Cocoapods pod update执行失败报错CocoaPods was not able to update the `master` repo.2019的解决...
很久沒動pod,最近更新發(fā)現(xiàn):
CocoaPods報CocoaPods was not able to update the `master` repo. If this is an unexpected issue and persists you can inspect it running `pod repo update --verbose`錯誤。
?
使用命令pod repo update --verbose依然 不行,報同樣的錯,也檢查了gem、pod版本,都沒問題
不過偶然發(fā)現(xiàn)可能是淘寶鏡像的問題:https://ruby.taobao.org,出現(xiàn)過以下報錯:
Error fetching https://ruby.taobao.org:
bad response Not Found 404 (https://gems.ruby-china.org/specs.4.8.gz)
?
后來折騰許久,終于解決了,思路就是替換鏡像。
1、查看當(dāng)前鏡像
gem sources -l2、由于我這邊是淘寶的,就直接移除了
gem source -a https://ruby.taobao.org3、替換
gem sources --add https://gems.ruby-china.com?
通過以上步驟,在執(zhí)行我的pod update就可以了
僅供參考~
轉(zhuǎn)載于:https://www.cnblogs.com/yajunLi/p/10600849.html
總結(jié)
以上是生活随笔為你收集整理的Cocoapods pod update执行失败报错CocoaPods was not able to update the `master` repo.2019的解决...的全部內(nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: CS 320—Week 8 Homewo
- 下一篇: 数据库容量和内存测算的一些想法