iphone - 向核心数据模型添加新实体?

发布于 2024-10-12 05:34:41 字数 162 浏览 4 评论 0原文

在新版本的核心数据模型上添加新实体是否会导致使用旧版本核心数据模型的应用程序崩溃?

如果该实体与现有实体有关系怎么办?

oldEntity (1)------------->(oo) newEntity

Is adding a new entity on the new version of my core data model going to crash the apps using the older versions of core data model?

What if this entity has a relationship with an existing entity.

oldEntity (1)------------->(oo) newEntity

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

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

发布评论

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

评论(1

℡Ms空城旧梦 2024-10-19 05:34:41

听起来像是一个简单的版本控制案例,在很多情况下都可以非常简单地完成。这听起来像是其中之一。

在此处查看文档: http:// developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreDataVersioning/Introduction/Introduction.html

Sounds like a simple case for versioning, which can be done quite simply in a lot of instances. This sounds like one of them.

Check out the docs here: http://developer.apple.com/library/mac/#documentation/Cocoa/Conceptual/CoreDataVersioning/Introduction/Introduction.html

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