之前cocoapods加载库文件,突然报错:# [!] CDN: trunk Repo update failed
之后在Podfile文件加入指定源:source 'https://github.com/CocoaPods/Specs.git'
但是这个源文件下载着实慢的不行。
解决:
Podfile文件不必加入上面指定的源文件,直接执行pod repo remove trunk
然后再执行pod install 即可
之前cocoapods加载库文件,突然报错:# [!] CDN: trunk Repo update failed
之后在Podfile文件加入指定源:source 'https://github.com/CocoaPods/Specs.git'
但是这个源文件下载着实慢的不行。
解决:
Podfile文件不必加入上面指定的源文件,直接执行pod repo remove trunk
然后再执行pod install 即可
本文标题:cocoapods加载慢的问题
本文链接:https://www.haomeiwen.com/subject/ydcractx.html
网友评论