I've replaced the RestKit 0.9 with 0.10. Went through all the installation steps. Now I'm getting selectors not found errors.
It appears that these selectors are related to core data header being imported instead of the rest kit based core data
No visible @interface for 'RKManagedObjectStore' declares the selector 'save'
No known class method for selector 'managedObjectContext'
No visible @interface for 'RKClient' declares the selector 'get:queryParams:delegate:'
This is driving me nuts over the past 2 hours. Please help!
RestKitInstallation instructions