Use NSManagedObject class without initWithEntity:?
问题 My problem is similar to: Problem creating NSManagedObject derived class I have setup a NSManagedObject in Core Data and have a class for it. However, instead of creating an identical NSObject class, I'd like to use the NSManagedObject class, but I don't want to create the entity and save it. I just want to use it for an array, only when I need to save the object in Core Data do I want to use insertEntity: Store *store = [[Store alloc] init]; It's giving me the following error: CoreData: