在使用Cocoapods install / update中两个命令的时候会升级CocoaPods的spec仓库会很慢,所以可以加上--verbose --no-repo-update参数可以取消升级spec仓库。
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update
在使用Cocoapods install / update中两个命令的时候会升级CocoaPods的spec仓库会很慢,所以可以加上--verbose --no-repo-update参数可以取消升级spec仓库。
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update
本文标题:Cocoapods install update慢
本文链接:https://www.haomeiwen.com/subject/waybcttx.html
网友评论