Reputation: 4068
I've been working with Core Data and everything's been going pretty well. Except today when I altered the identifier of my project, suddenly i get the following error.
reason: 'Cannot create an NSPersistentStoreCoordinator with a nil model'
I've tried renaming my files to the new identifier but I keep getting the same error.
Any thoughts?
Upvotes: 0
Views: 178
Reputation: 41510
Try doing Product->Clean (Xcode 4) or Project->Clean All (pre Xcode 4).
Upvotes: 2