I have a problem with master data in iOS 8. Whenever I want to use the insertNewObjectForEntityForName method, I get
The class was not found; instead, the default NSManagedObject is used.
The error message. I use objective-c and I didn’t have this problem using IOS 7. There might also be some problem because there are two projects in my workspace, one of which contains the main code related to the data, and the other - user interface.
ios objective-c ios8 core-data
Dániel nagy
source share