0

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?

4

2 回答 2

0

您遵循的教程非常古老。你应该看看这个关于如何安装 RestKit 的指南。确保您使用的是最新版本(现在不要开始使用 0.10...)。基本的RestKit Github 页面包含许多示例,代码包含许多您可以查看的测试。

RestKit 基本上应该始终包含在您的项目中,作为对 RestKit 项目的引用。当前版本没有任何兼容性问题。

于 2013-10-09T08:45:49.997 回答
0

挣扎之后……

我通过在自己的项目中编译 Restkit 来解决它,然后继续包含到我自己的项目中

和它的工作..

于 2013-10-09T07:20:25.650 回答