参考 CDN trunk Repo update failed 解决方案,整理一下修复步骤:
- 修改podfile文件,在
target 'xxx' do
之前输入:source 'https://github.com/CocoaPods/Specs.git'
2.在终端执行命令:
pod repo remove trunk
pod repo update
pod install --verbose
pod install --verbose 这一步有些耗时,等着就行
参考 CDN trunk Repo update failed 解决方案,整理一下修复步骤:
target 'xxx' do
之前输入:source 'https://github.com/CocoaPods/Specs.git'
2.在终端执行命令:
pod repo remove trunk
pod repo update
pod install --verbose
pod install --verbose 这一步有些耗时,等着就行