根据说明安装 RestKit(使用 github 获取源代码)并导入后,我在 XCode 中收到“使用未声明的标识符 'RKClient'”错误。
- https://github.com/RestKit/RestKit/wiki/Installing-RestKit-in-Xcode-4.x
- https://github.com/RestKit/RestKit/wiki/Installing-RestKit-v0.20.x-as-a-Git-Submodule
根据说明,安装和链接后,我将以下代码放入 didFinishedLaunchingWithOptions 中:
RKClient *client = [RKClient clientWithBaseURLString:@"http://restkit.org"];
有任何想法吗?谢谢