解决pod setup 慢的问题

2021-04-17  本文已影响0人  需要药

使用cocoapods的镜像索引

命令如下

1.pod repo remove master

2.pod repo add master http://git.oschina.net/akuandev/Specs.git

即可使用 oschina 上的镜像

3.命令行输入:git clone https://git.coding.net/CocoaPods/Specs.git ~/.cocoapods/repos/master 用来下载源代码到master文件夹下

4.最后输入pod  repo update

上一篇 下一篇

猜你喜欢

热点阅读