Core Data Versioning manually
问题 I developed an app, iCollege, and now I want to make the app much better. While the testing I wanted to restore the data from a backup. At launching iCollege the app crashes because it could not be versioned by Core Data. My question now is if it is possible to version a Core Data file manually, i.e. going through every Managed Object of the existing file and fit the objects to the active Model Version. Is something like that possible? EDIT: Thank you very much for your fast and detailed