0

i am getting the following build error

enter image description here

I imported the Project after cloning from the GIT. and i tried to build the project but it fails.

5
  • r u opening workspace generated by cocoapods ? Commented Mar 12, 2015 at 7:15
  • no it was used in xcode by my developer. @DheerajSingh Commented Mar 12, 2015 at 7:16
  • u must have added cocoapods into ur project and it would have genertaed a workspace. Commented Mar 12, 2015 at 7:19
  • how do we solve this? @DheerajSingh Commented Mar 12, 2015 at 7:23
  • do u have any workspace to ur project Commented Mar 12, 2015 at 9:48

1 Answer 1

1

You should open in terminal folder with your project and execute

pod install

If that command does not run, check at http://cocoapods.org/ Install section. Then open xcworkspace file instead of xcodeproj

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.