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.
- I switched to a different computer than the one I'd been using previously.
- I duplicated my project using this process.
- 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.