安装新的CocoaPod时,出现以下错误。
$ pod install
Analyzing dependencies
[!] Pod::Executable pull
A AFHARchiver/0.2.1/AFHARchiver.podspec
A AFWunderlist/1.0/AFWunderlist.podspec
A AFWunderlist/1.1/AFWunderlist.podspec
A AFgzipRequestSerializer/0.0.1/AFgzipRequestSerializer.podspec
。 。
A wpxmlrpc/0.4/wpxmlrpc.podspec
A zipzap/6.0/zipzap.podspec
Pull is not possible because you have unmerged files.
Please, fix them up in the work tree, and then use `'git add/rm <file>'`
as appropriate to mark resolution, or use `'git commit -a'`.
以为我会分享下面的修复。
答案 0 :(得分:71)
问题在于specs存储库,而不在我身边。
在这里podfile gives an error on install找到了答案,但由于问题对症状不太明确,我想我会再次交叉引用,以防有人以不同方式查找。
答案在这里的博客文章http://blog.cocoapods.org/Repairing-Our-Broken-Specs-Repository/中解释了问题以及下面重复的修复:
“您将不得不手动删除Specs存储库的任何本地副本,并重新克隆新版本的Specs存储库。您可以使用以下命令执行此操作:
$ pod repo remove master
$ pod setup
如果您对Specs存储库进行了任何未合并的本地提交或更改,则应确保拥有它们的副本。我建议您手动复制这些更改并重新提交它们。您可以修复您的存储库而不删除,但是,这不是一个简单的过程,因此我们建议您删除Specs存储库的副本及其任何分支。“
答案 1 :(得分:15)
rm -rf ~/.cocoapods
也有效