簡體   English   中英

iPhone:將cocoapods安裝到項目中時出錯

[英]iPhone : Error in installing cocoapods into project

我有需要為示例項目安裝的pod文件。 但是一旦我在終端中啟動pod install命令,我就會得到以下錯誤:

 [!] 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.**

檢查此線程

他們最近弄亂了可可豆莢,所以您需要運行以下命令:

$ pod repo remove master
$ pod setup

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM