cocoapods 1.8以上,采用了CDN,目的是为了不再将索引放在本地,下载又慢,还占据本地内存。
事是个好事,但是国内有墙,cdn又是外国的地址,对国内开发者来说就很烦。
所以我们还得用以前的方式,本地下载索引。
只需要执行
1 | pod repo add master https://github.com/CocoaPods/Specs.git |
上面那个是官方源,你也可以用国内的清华源
1 | pod repo add master https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git |
二者任选其一即可。
如何查看成功没
1 | pod repo |
看看有多少源就行