美文网首页
pod install-- JSON::ParserError

pod install-- JSON::ParserError

作者: 三少爷_贱 | 来源:发表于2020-05-04 17:43 被阅读0次

解决办法1、

rm -rf "${HOME}/Library/Caches/CocoaPods"
rm -rf "pwd/Pods/"
pod update

Please backup the respective directories before running "rm" commands

解决办法2、

sudo gem uninstall cocoapods
sudo gem install cocoapods -v 1.7.5 或者 sudo gem install -n /usr/local/bin cocoapods -v 1.7.5

相关文章

网友评论

      本文标题:pod install-- JSON::ParserError

      本文链接:https://www.haomeiwen.com/subject/rluyghtx.html