今天在更新我的开源库到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` 其实刚看到这个问题,我是比较懵逼的,不过这句话其…
很久没动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…
打开终端,进入项目所在的目录,也就是和Podfile在同一目录下,输入以下命令(由于已经有Podfile,所以不需要再创建Podfile): pod update 过几秒(也许需要十几秒,取决于你的网络状况)之后,终端出现: Update all pods Re-creating CocoaPods due to major version update. Updating local specs repositories CocoaPods 1.0.0.beta.6 is availab…