如何获取要删除的Core Data永久存储的URL?

时间:2018-09-24 15:25:05

标签: ios core-data

我希望使用功能persistentStoreCoordinator.destroyPersistentStoreAtURL(...)。我要像这样NSPersistentContainer(name: "MyProject")来创建容器,我想知道的是如何获取persistentStore的URL以用于第一次调用,最好是在Swift中。

非常感谢。

1 个答案:

答案 0 :(得分:1)

NSPersistentContainer具有persistentStoreDescriptions属性。

该数组描述了协调器中加载的商店,包括其URL。