After I installed RestKit according to instructions (get source with github) and after importing , I get a "Use of undeclared identifier 'RKClient'" Error in XCode.
- 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
According the instructions, after installation and linking, I've put following code in didFinishedLaunchingWithOptions:
RKClient *client = [RKClient clientWithBaseURLString:@"http://restkit.org"];
Any ideas? Thanks