其他分享
首页 > 其他分享> > cocoaPods问题解决

cocoaPods问题解决

作者:互联网

错误1 、 [!] /usr/bin/git clone 'https://github.com/CocoaPods……

执行 sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer (-switch 后面加上你的Xcode.app包内容里的Developer的文件夹路径即可)

错误2 、 update install 下载慢

命令如下:

pod install --verbose --no-repo-update
pod update --verbose --no-repo-update

标签:verbose,no,--,app,update,问题,解决,pod,cocoaPods
来源: https://blog.csdn.net/weixin_41396243/article/details/118305515