Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I've made a series of potentially stupid mistakes that have culminated in the 'Cannot create an NSPersistentStoreCoordinator with a nil model' error when I try to run my app on my phone or on the iPhone simulator. I'm not sure where the problem started, but I have a few ideas. here's what I did in the past few days that led up to the problem.

  1. I switched to a different computer than the one I'd been using previously.
  2. I duplicated my project using this process.
  3. I updated my data model in both projects-- this process was a bit messy.

3a. I accidentally added an entity to the current version of the data model without adding a new version of the data model.

3b. Then I deleted that updated data model, and re-added the data model from a previous backup of my project.

3c. Then I used "Editor>Add New Version" to properly update the data model with lightweight migration.

At this point, I tried running the app from both the duplicated project and the original, both on my iPhone and on the Simulator. In both cases, the app worked until I deleted the app and re-installed it, after which I got the Nil Model error.

I've tried everything from this solution, but no dice. Any thoughts on where I should turn to next? I feel pretty dumb.

share|improve this question
Look at this question where someone has had the same problem. stackoverflow.com/questions/12617585/… – ThXou Mar 15 at 22:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.