4

I have recently upgraded cocoapods to 0.39.0 and xcode to 7.1. Even after updating pods for several times, I'm constantly getting this error as shown on snapshot.

enter image description here

I found a same question raised here.

The accepted answer is to use 'cocoapods' which I'm already using and the other answer is to downgrade the cocoapods version to 0.38.2. Again followed this link to downgrade cocoapods. But even after that I'm still getting the same error.

I have also tried to remove all pod files and update fresh, it didn't work out either. Any help is much appreciated! Thanks.

Community
  • 1
  • 1
Nina
  • 1,579
  • 2
  • 21
  • 51

1 Answers1

0

Deleting Derived Data directory worked for me. Open Preferences of XCode and goto last tab Locations. Click on the marked tiny arrow: enter image description here

Then I deleted this entire Derived Data directory. Re-running the app showed no issue.

enter image description here

Vaibhav Saran
  • 12,848
  • 3
  • 65
  • 75