Reputation: 2251
I need to change my attribute name of entity in coredata ios. I want lightweight migration of it without crash. I have tried lot by referring migration tutorial but app directly goes crash.
Upvotes: 3
Views: 89
Reputation: 1153
Here is the list of step you have to follow.
After this make required changes into your new model(Example 2).
Select your current model version -
Upvotes: 1
Reputation: 353
Try Out with this link you can find demo here (http://www.raywenderlich.com/86136/lightweight-migrations-core-data-tutorial)
Upvotes: 1