繁体   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