1 min readOct 11, 2019
Hey Eric. Good question. When adding new model version Xcode creates a new XML file. This is similar to creating another model description object in code. Automatic migration won’t be possible. NSMigrationManager
must be used to initiate migration manually as documented here: Use a Migration Manager if Models Cannot Be Found Automatically .