美文网首页
CDN: trunk Repo update failed

CDN: trunk Repo update failed

作者: 一念起 | 来源:发表于2020-05-21 11:42 被阅读0次

最近Cocoapods升级到1.8.4后,install/update/search的时候出现问题,问题如下:

Snip20200521_1.png

按照官方文档 podfile文件中添加source源:
source 'https://github.com/CocoaPods/Specs.git'
podfile文件中一定要指定master源,因为现在默认是trunk源

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

target 'XXXDemo' do

use_frameworks!
end

相关文章

网友评论

      本文标题:CDN: trunk Repo update failed

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