解决CocoaPods更新后无法安装第三方

作者: 碧霄问鼎 | 来源:发表于2015-03-26 23:12 被阅读1015次

          今天比较闲,就把CocoaPods升级到0.36.0正式版(以前写Swift的时候用的预览版)。然后就郁闷了,不管安装什么第三方都会出现类似于:

    [!] Unable to satisfy the following requirements: - `AFNetworking (~> 2.5.1)

         一通的搜索后找到原因,因为GFW的缘故。解决方法:

    pod repo remove master

    pod repo add master https://gitcafe.com/akuandev/Specs.git

    pod repo update

    参考这篇博客

    CocoaPods安装参考这篇

    CocoaPods升级参考的这篇

    相关文章

      网友评论

        本文标题:解决CocoaPods更新后无法安装第三方

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