Swift-CoreData
Swift-CoreData copied to clipboard
could not locate an entity named 'XX' in this model.
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 are you supplying the class name properly in the model: https://github.com/rnystrom/Swift-CoreData/blob/master/README.md?