使用cocoapods出现问题fetch of the ‘mas
2017-03-01 本文已影响2人
郭伟_技术与产品
更新cocoapod的时候会出现
Performing a deep fetch of the master
specs repo to improve future performance
的错误。
纠结半天,是因为pod steup的时候创建master这个库,没成功,之后就算移除镜像重新安装的话 默认是从matser库里获取,导致安装不成功。
解决办法是移除master库,重新创建。
pod repo upadte --verbose
rm -rf ~/.cocoapods/repos/master
再重新setup
pod setup