I am trying to fetch some data from Netflix REST API from my iOS app. I haven’t worked with REST web services before and am not too conversant with it. After a frenetic search it appeared that the most convenient way to do it is through RestKit. However, I am having trouble in installing RestKit. I am using Xcode 4 and iOS SDK 5. Can anyone point me in the right direction.
Is installing something like RestKit really the only convenient way to consume a REST web service from an Objective-C code?
There is an installation guide in the wiki, and in the readme, additionally there is a guide to upgrade from the older version, if that’s applicable to you. There is also the install guide on the development branch, which you failed to specify if you were using.
If
RestKit.hcannot be found, it probably means your header search paths are not configured correctly.