I'm wondering if this is an issue with the NSPersistentContainer or something else is going on but when I launch the new model for my app and try to save a new relationship to an object it fails.
Unresolved error Error Domain=NSCocoaErrorDomain Code=134020 The model configuration used to open the store is incompatible with the one that was used to create the store.NSUnderlyingException=Can't resolve how to assign objects to stores; some objects may have been assigned to stores; use [[managedObject objectID] persistentStore] to find out what is going where nowThis only happens on the first launch and I can see why. The configuration name is reported as "PF_DEFAULT_CONFIGURATION_NAME" rather than "Users" as it should be. Once the app is relaunched all works fine and the configuration reports correctly from launch.