美文网首页
问题:cocoapods was not able to upd

问题:cocoapods was not able to upd

作者: PINKAPINKA | 来源:发表于2017-08-17 21:06 被阅读51次

升级 gem update cocoapods(如果CocoaPods还不是最新版本)

首先查看本地装了关于cocoapods的哪些东西,在终端输入gem list --local | grep cocoa pods

接着全部卸掉上面的,在终端输入gem uninstall cocoapods

再安装,在终端输入gem install cocoapods

尝试4、如果问题依旧,那么请清除缓存再pod setup

清除命令sudo rm -fr ~/.cocoapods/repos/master

再pod setup

相关文章

网友评论

      本文标题:问题:cocoapods was not able to upd

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