我有需要为示例项目安装的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.**