What is the best way to change the field type in Core Data?

Viewed 24

I have a field type string in CoreData in my app. In case I change the filed type into a double later on, then when updating the application from the App Store, the application reports an error and the user has to remove the app completely and reinstall it.

What is the best way to handle this change?

0 Answers
Related