Max Woolf
Max Woolf

Reputation: 4068

Changing iOS Identifier Name Creates Core Data Error?

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

Answers (1)

Boon
Boon

Reputation: 41510

Try doing Product->Clean (Xcode 4) or Project->Clean All (pre Xcode 4).

Upvotes: 2

Related Questions