2014-02-07 37 views
1

我有需要爲示例項目安裝的pod文件。但是,一旦我火吊艙安裝命令到終端我得到了以下錯誤:iPhone:將cocoapods安裝到項目時出錯

[!] Pod::Executable pull 

    A AAShareBubbles/1.0.2/AAShareBubbles.podspec 

    A ABContactHelper/0.1/ABContactHelper.podspec 

    A ABPadLockScreen/3.0.0/ABPadLockScreen.podspec 

    A ABPadLockScreen/3.0.1/ABPadLockScreen.podspec 

    A ACReuseQueue/0.0.1/ACReuseQueue.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'. 

**Can anyone guide me what is this about and how can i remove that.** 
+0

是你要安裝在你的根目錄莢項目呢? – freelancer

+0

@freenalcer:是來自具有Podfile的目錄。 –

+0

可能的重複[podfile在安裝時給出錯誤](http://stackoverflow.com/questions/21474536/podfile-gives-an-error-on-install) – Kirualex

回答

2

檢查this thread

他們亂七八糟的東西了可可豆莢最近,所以你需要運行下面的命令:

$ pod repo remove master 
$ pod setup 
+0

非常感謝主。這對我來說是正確的。 –

+0

很高興我能幫忙:) –

相關問題