在哪里放置persistentStoreDescriptions?在Swift3 Coredata Boilerplate Stack中

时间:2017-04-15 17:09:04

标签: ios swift core-data swift3 core-data-migration

我将我的Coredata迁移到新版本,然后我将persistentStoreDescriptions 在loadPersistentStores和app没有崩溃但是没有持久化数据时考虑到它在迁移之前运行良好是我的代码:

tower_job_launch

1 个答案:

答案 0 :(得分:0)

根据文档,您必须在初始化持久性存储描述时指定托管对象模型的URL:

let description = NSPersistentStoreDescription(url: storeURL)

要获取该网址,请查看 Bundle.URL(forResource:withExtension)