Swift-CoreData icon indicating copy to clipboard operation
Swift-CoreData copied to clipboard

could not locate an entity named 'XX' in this model.

Open foxling opened this issue 11 years ago • 1 comments

add multiple Entity and add some attributes, when running on my iPhone 5s (iOS7): *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: '+entityForName: could not locate an entity named 'Kid' in this model.'

foxling avatar Jun 18 '14 13:06 foxling

@foxling are you supplying the class name properly in the model: https://github.com/rnystrom/Swift-CoreData/blob/master/README.md?

raheelahmad avatar Sep 25 '14 05:09 raheelahmad