Question

I updated to master and I'm not able to load new classes like RKObjectMapping. I went through the install instructions again and reviewed the example projects but still can't figure it out. Why wouldn't XCode know about RKObjectMapping when I include ?

Was it helpful?

Solution

I had this problem as well.

From this thread on the RestKit group:

  1. Close the project
  2. Open Window->Organizer
  3. Under Projects tab, delete DerivedData for your project
  4. Quit Xcode and Relaunch
  5. Open the project
  6. Clean and rebuild

Everything should work.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top