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. #import "AppDelegate.h" #import <RestKit/RestKit.h> #import <RestKit/CoreData.h> #import <CoreData