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

      今天比较闲,就把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更新后无法安装第三方)