美文网首页
解决 CDN trunk Repo update failed

解决 CDN trunk Repo update failed

作者: who_young | 来源:发表于2023-04-03 20:43 被阅读0次

参考 CDN trunk Repo update failed 解决方案,整理一下修复步骤:

  1. 修改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

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