美文网首页
pod 出现CDN: trunk URL couldn't be

pod 出现CDN: trunk URL couldn't be

作者: Swift从入门到崩溃 | 来源:发表于2023-04-05 09:52 被阅读0次

出现CDN: trunk Repo update failed错误解决
[!] CDN: trunk Repo update failed - 4 error(s):

CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/c/7/9/Reachability/3.0.0/Reachability.podspec.json Response: Timeout was reached
CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/c/7/9/Reachability/3.1.0/Reachability.podspec.json Response: Timeout was reached
CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/c/7/9/Reachability/3.1.1/Reachability.podspec.json Response: Timeout was reached
CDN: trunk URL couldn't be downloaded: https://cdn.jsdelivr.net/cocoa/Specs/c/7/9/Reachability/3.2/Reachability.podspec.json Response: Timeout was reached
解决办法:

用source 'https://github.com/CocoaPods/Specs.git'替换到cdn源

步骤:

1.在podfile里面顶部添加source 'https://github.com/CocoaPods/Specs.git'

2.终端下执行 pod repo remove trunk来移除trunk

3.重新pod install

相关文章

网友评论

      本文标题:pod 出现CDN: trunk URL couldn't be

      本文链接:https://www.haomeiwen.com/subject/fzeeddtx.html