通过轻量级迁移更改核心数据实体名称?

发布于 2024-11-08 17:04:26 字数 47 浏览 1 评论 0原文

有没有办法在 iOS 上使用“自动轻量级迁移”的同时更改核心数据实体名称的名称?

Is there a way to change the name of a Core Data entity name while still using "Automatic Lightweight Migration" on iOS?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

神仙妹妹 2024-11-15 17:04:26

在目标模型中,将重命名标识符设置为源模型中实体的名称。

在 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文