I am working on an iPhone app.
I have modified my data model in Core Data by adding an entity.
And now my app crashes.
I think that when doing that (changing the model) I have to remove some files and reset the data store so that things can work with my new model. But I just can’t remember what exactly I need to do.
Thanks for any tip.
Answered this one just the other day! It’s a common issue. You need to blow away your old database file first. Here’s how to do it:
Adding new attributes in existing coredata model