我希望使用功能persistentStoreCoordinator.destroyPersistentStoreAtURL(...)
。我要像这样NSPersistentContainer(name: "MyProject")
来创建容器,我想知道的是如何获取persistentStore的URL以用于第一次调用,最好是在Swift中。
非常感谢。
答案 0 :(得分:1)
NSPersistentContainer
具有persistentStoreDescriptions
属性。
该数组描述了协调器中加载的商店,包括其URL。