Property 'managedObjectStore' not found on object of type 'RKObjectManager'
问题 I've been attempting to work with version 0.20.3 of the Restkit library. Recently an error has occurred that I cannot figure out how to solve. It is the following: Property 'managedObjectStore' not found on object of type 'RKObjectManager *' It happens at the line containing objectManager.managedObjectStore = managedObjectStore; A small block of my code is listed below to help with identification. I used CocoaPods to install all the necessary libraries and everything seems to link properly.