• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    公众号

ios - 在 Core Data 中添加新的独立实体是否需要模型版本控制?

[复制链接]
菜鸟教程小白 发表于 2022-12-12 19:04:18 | 显示全部楼层 |阅读模式 打印 上一主题 下一主题

我想在我的项目中添加一个新的核心数据实体。我是否需要为此添加新的核心数据模型版本,否则它将在现有版本中工作?该实体是独立的,它将与其他先前定义的实体没有任何关系。



Best Answer-推荐答案


确实,它需要添加一个新的模型版本。但是,添加新实体可以由 lightweight migration 处理。 ,因此至少您不必创建映射模型/编写自定义迁移代码。

更新:

来自关于轻量级迁移的文章:

In addition, Core Data supports: ... Changing the entity hierarchy

  • You can add, remove, rename entities
  • You can create a new parent or child entity and move properties up and down the entity hierarchy
  • You can move entities out of a hierarchy
  • You cannot, however, merge entity hierarchies; if two existing entities do not share a common parent in the source, they cannot share a common parent in the destination

如果你不使用版本控制,你会得到这样的错误:

Error Domain=NSCocoaErrorDomain Code=134100 "(null)" UserInfo={metadata={ NSPersistenceFrameworkVersion = 641; NSStoreModelVersionHashes = { TestEntity1 = ; }; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "" ); NSStoreType = SQLite; NSStoreUUID = "F16AD345-02FE-4E94-B11E-3BC337B16568"; "_NSAutoVacuumLevel" = 2; }, reason=The model used to open the store is incompatible with the one used to create the store} with userInfo dictionary { metadata = { NSPersistenceFrameworkVersion = 641; NSStoreModelVersionHashes = { TestEntity1 = ; }; NSStoreModelVersionHashesVersion = 3; NSStoreModelVersionIdentifiers = ( "" ); NSStoreType = SQLite; NSStoreUUID = "F16AD345-02FE-4E94-B11E-3BC337B16568"; "_NSAutoVacuumLevel" = 2; }; reason = "The model used to open the store is incompatible with the one used to create the store"; }

这对我来说似乎是使用版本控制的好理由)

关于ios - 在 Core Data 中添加新的独立实体是否需要模型版本控制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36261757/

回复

使用道具 举报

懒得打字嘛,点击右侧快捷回复 【右侧内容,后台自定义】
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

关注0

粉丝2

帖子830918

发布主题
阅读排行 更多
广告位

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap