更新开源库到pods上时报CocoaPods was not able to update the `master` repo的解决办法

今天在更新我的开源库到pods上时,使用以下命令时,报错了。。。

pod trunk push SwiftPopMenu.podspec

更新开源库到pods上时报CocoaPods was not able to update the `master` repo的解决办法

错误内容:

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

更新一下本地库就好了

只不过更新时间有点耗时,我等了10分钟左右

搞得我以为是我弄错了。。。期间还特意网上找了一圈资料

所以还是相信科学吧~~

上一篇:JAVA-1.9-homework


下一篇:Cocoapods pod update执行失败报错CocoaPods was not able to update the `master` repo.2019的解决