문제

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 ?

도움이 되었습니까?

해결책

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top