1

I have pod files that need to install for the sample project. But once i fire pod install command into terminal i got following error:

 [!] 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.** 
3
  • are you trying to install pod at root directory of you project? Commented Feb 7, 2014 at 6:28
  • @freenalcer : Yes from the directory having Podfile. Commented Feb 7, 2014 at 6:31
  • possible duplicate of podfile gives an error on install Commented Feb 7, 2014 at 9:38

1 Answer 1

2

Check this thread.

They messed something up with cocoa pods recently, so you need to run the following commands:

$ pod repo remove master $ pod setup 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.