RestKit Post Failure managed object store is nil
问题 I am trying to POST to a server via RestKit, and while the post is added to the tableView, it doesn't save to the server and I get this error in the xcode console log 2013-06-20 11:08:44.522 App[9653:c07] W restkit:RKObjectManager.m:577 Asked to create an `RKManagedObjectRequestOperation` object, but managedObjectStore is nil. But I believe I setup the managedObjectStore in my appDelegate. I have this: NSError *error = nil; NSURL *modelURL = [NSURL fileURLWithPath:[[NSBundle mainBundle]