如何在Xcode4中将数据模型转换为版本化数据模型?

发布于 2024-11-14 02:21:51 字数 301 浏览 2 评论 0原文

我记得在 Xcode 3.x 中,您可以简单地添加模型版本,Xcode 会将您的数据模型转换为版本化数据模型。由于某种原因,当我尝试按照 Xcode4 中的相同步骤执行此操作时,它会使环境崩溃并且不会进行任何所需的更改。

有谁知道在 Xcode4 中版本控制和迁移数据模型的正确步骤吗?

我刚刚发现这个上一个问题并对其发表评论。我相信这是同一个错误,而且他们还没有修复它。

I remember that in Xcode 3.x you could simply Add Model Version and Xcode would convert your datamodel into a versioned datamodel. For some reason when I try doing so following the same steps in Xcode4, it crashes the environment and doesn't make any of the desired changes.

Does anyone know the right steps on versioning and migrating your datamodel in Xcode4?

I just found this previous question and commented on it. I believe it's the same bug and they haven't fixed it yet.

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

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

发布评论

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

评论(1

乙白 2024-11-21 02:21:51

选择编辑器>转换为版本化模型将数据模型转换为版本化数据模型。

Choose Editor > Convert to Versioned Model to convert a data model to a versioned data model.

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