我的核心数据将再更新一个属性,为了避免崩溃,我首先添加了一个新的模型版本,而且:
关于这个问题的关键是改变:
coordinator!.addPersistentStore(ofType: NSSQLiteStoreType, configurationName: nil, at: url, options: nil)
选项:代码中无
options:[NSMigratePersistentStoresAutomaticallyOption:true, NSInferMappingModelAutomaticallyOption: true]
但在我
应用委托.swift
,我找不到任何
持续存储协调员
,那么我可以在我的版本中迁移coredata吗?