进行swift开发,执行pod install时出现 CDN: trunk URL couldn't be downloaded: *** Response: Couldn't connect to server 错误,可以尝试如下两种解决办法:
1.执行 pod repo remove trunk 命令,移除掉trunk源就行了
2.打开你工程的podfile文件,在最顶部添加
source 'https://github.com/CocoaPods/Specs.git'
进行swift开发,执行pod install时出现 CDN: trunk URL couldn't be downloaded: *** Response: Couldn't connect to server 错误,可以尝试如下两种解决办法:
1.执行 pod repo remove trunk 命令,移除掉trunk源就行了
2.打开你工程的podfile文件,在最顶部添加
source 'https://github.com/CocoaPods/Specs.git'
© 著作权归作者所有