iphone - 向核心数据模型添加新实体?
在新版本的核心数据模型上添加新实体是否会导致使用旧版本核心数据模型的应用程序崩溃?
如果该实体与现有实体有关系怎么办?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是一个简单的版本控制案例,在很多情况下都可以非常简单地完成。这听起来像是其中之一。
在此处查看文档: 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