很久没动pod,最近更新发现: 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版本,都没问题 不过偶然发现可能是淘…
输入pod install之后出现: [!] 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` 解决方法:清除CocoaPods缓存后重新执行pod install, 命令如下: sudo rm -fr ~/.cocoapods/repos/mas…
今天在更新我的开源库到pods上时,使用以下命令时,报错了... pod trunk push SwiftPopMenu.podspec 错误内容: 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` 其实刚看到这个问题,我是比较懵逼的,不过这句话其…