美文网首页
[!] CDN: trunk Repo update faile

[!] CDN: trunk Repo update faile

作者: ws小人物 | 来源:发表于2020-01-03 14:49 被阅读0次

在使用cocoapods时,在执行pod search 操作时,报[!] CDN: trunk Repo update failed

解决办法:

1. podfile文件中指定source源为master:

source 'https://github.com/CocoaPods/Specs.git'

2.执行pod repo remove trunk移除trunk源

执行完后,pod search 就都正常了!

注意:podfile文件中一定要指定master源,因为现在默认是trunk源

source 'https://github.com/CocoaPods/Specs.git'

相关文章

网友评论

      本文标题:[!] CDN: trunk Repo update faile

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