Migration can be done without multiple data model versions. Hurrah?
问题 I was referring a wonderful tutorial Swift Core Data Tutorial for migrations in core data. The tut stated that migrations in core data go hand in hand with multiple versions of data model. I was experimenting on light-weight migrations and got to figure out the following points: Scenario - I had a data model and I tried to add a some new attributes to an entity and I got an error as - iOS Version - 9.1 Swift Version - 2.2 "The model used to open the store is incompatible with the one used to