How to migrate new data model in a CoreData project ?
- by elementsense
Hi
I have a simple problem, I have an app based on CoreData and I need to change the structure a little. How can I migrate the old structure into the new one. Just adding one attribute will chrash the whole app.
Thanks