Change the name of a basic information object using lightweight migration?

Is there a way to change the name of a Core Data object name when using “Auto Easy Migration” in iOS?

+5
source share
1 answer

In the destination model, set the rename identifier to the name of the object in the source model.

In Xcode 3, the rename identifier is in the User Information panel of the details panel under the version hash modifier.

In Xcode 4, it is in the right hand (Utility) below the Version.

+13
source

All Articles