I have the latest version of Xcode and when I select my .xcdatamodel file and then select "Data Model" => "Add Model Version", I get the following dialog:
Internal Error
File: ... Line: ... Object: ... Method: ...
Couldn't create new version 'MyApp1 2.xcdatamodel' in version group 'MyApp1.xcdatamodeld'
=====================
It wiped out the old .xcdatamodel directory and created a new .xcdatamodeld directory, but there is nothing it it.
Fortunately I have an old copy of the original directory and I can restore it with little difficulty, but I need to update the schema in a way that will migrate old versions.
Any idea of how I can do this by hand?