美文网首页
cocoaPods was not able to update

cocoaPods was not able to update

作者: 节奏lhl | 来源:发表于2021-04-01 09:41 被阅读0次

    先删除全局的缓存:
    sudo rm -fr ~/Library/Caches/CocoaPods/
    sudo rm -fr ~/.cocoapods/repos/master/

    终极大招
    sudo rm -fr Pods/

    再执行
    sudo gem install cocoapods
    pod setup

    相关文章

      网友评论

          本文标题:cocoaPods was not able to update

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