通过轻量级迁移更改核心数据实体名称?
有没有办法在 iOS 上使用“自动轻量级迁移”的同时更改核心数据实体名称的名称?
Is there a way to change the name of a Core Data entity name while still using "Automatic Lightweight Migration" on iOS?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在目标模型中,将重命名标识符设置为源模型中实体的名称。
在 Xcode 3 中,重命名标识符位于详细信息窗格的用户信息窗格中,版本哈希修饰符下方。
在 Xcode 4 中,它位于右侧(实用程序)版本控制下方。
In the destination model, set the renaming identifier to the name of the entity in the source model.
In Xcode 3, the renaming identifier is in the User Info pane of the Detail Pane, below the version hash modifier.
In Xcode 4, it's in the right hand (Utilities) below Versioning.