在使用Cocoapods install / update中兩個(gè)命令的時(shí)候會(huì)升級(jí)CocoaPods的spec倉庫會(huì)很慢,所以可以加上--verbose --no-repo-update參數(shù)可以取消升級(jí)spec倉庫。
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update
在使用Cocoapods install / update中兩個(gè)命令的時(shí)候會(huì)升級(jí)CocoaPods的spec倉庫會(huì)很慢,所以可以加上--verbose --no-repo-update參數(shù)可以取消升級(jí)spec倉庫。
pod install --verbose --no-repo-update
pod update --verbose --no-repo-update