The entity (null) is not key value coding-compliant for the key “title”
问题 I'm trying to get RestKit and CoreData to work together. I'm getting closer, but I'm getting the following error: CoreData: error: Failed to call designated initializer on NSManagedObject class 'Book' *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<Book 0x8454560> valueForUndefinedKey:]: the entity (null) is not key value coding-compliant for the key "title".' It seems to me that it's finding my Book class successfully, and it DOES have a title property. What