美文网首页
【iOS开发】pod install时出现错误:CDN: tru

【iOS开发】pod install时出现错误:CDN: tru

作者: 我是孙小白 | 来源:发表于2020-05-29 11:16 被阅读0次

    最近pod install时, 一直出现CDN: trunk URL couldn't be downloaded:错误,

    搜了下网上的解决方法, 说是CDN切换为默认的spec repo源,执行pod repo remove trunk移除trunk源即可。

    但执行后pod install 依然报错!

    经试验,以下解决方法可:

    1. Podfile文件添加source源:source 'https://github.com/CocoaPods/Specs.git'
    1. 执行pod repo remove trunk 移除trunk源

    2. 执行pod install

    相关文章

      网友评论

          本文标题:【iOS开发】pod install时出现错误:CDN: tru

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