无法使用旧版Cocoapods版本安装pod

时间:2016-11-16 13:46:24

标签: ios cocoapods

运行iOS项目并且没有时间修复潜在的pod冲突,运行“pod install”时出现以下错误

The `master` repo requires CocoaPods 1.0.0 -  (currently using 0.39.0)

使用--no-repo-update标志似乎有帮助,但会抛出另一个警告

https://github.com/CocoaPods/CocoaPods/issues/6163

Unable to find specification for 

...手动更换了te pod master repo ..但没有工作..

Unable to find a specification in CocoaPods

被迫使用最新版本......(--verbose ..也说明我需要更新)

when running pod install I get The `master` repo requires CocoaPods 0.32.1, try updating but still in 0.31

2 个答案:

答案 0 :(得分:2)

正如iHulk在评论中指出的那样:

在您的广告连播文件顶部使用source "https://github.com/CocoaPods/Old-Specs"

答案 1 :(得分:0)

在终端中尝试此命令

sudo gem install -n /usr/local/bin cocoapods