简体   繁体   中英

Restkit compatibility in iOS 7

when I tried to include RestKit to my project in iOS 7 Platform, I got error <RestKit/RestKit.h> file not found..

I followed this tutorial http://www.raywenderlich.com/13097/intro-to-restkit-tutorial and I did exactly the same thing, but I used iOS 7 as my base platform..

I tried the example project inside restKit folder, but used iOS 7, then I got same error...

Is there any compatibility issue in iOS 7? if yes, can anyone recommend me alternate framework?

after strugling...

i solved it by compiling Restkit in its own project,,, then continue including to my own project

and its work..

The tutorial you followed is really old. You should look at this for a guide on how to install RestKit. Ensure you're using the most recent version (don't start using 0.10 now...). The base RestKit Github page contains a number of examples and the code contains lots of tests that you can look at.

RestKit should basically always be included in your project as a reference to the RestKit project. The current version doesn't have any compatibility issues.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM