Core data 有没有办法在没有仪表板的情况下重置CloudKit商店?

Core data 有没有办法在没有仪表板的情况下重置CloudKit商店?,core-data,database-migration,cloudkit,Core Data,Database Migration,Cloudkit,我处于开发的早期阶段,主要是为了学习,因此,我一直在不断地更改核心数据模型。我所做的最后一次更改要求我按照下面的错误日志中的说明进行迁移映射(缩短以提高可读性): 应用程序的行为似乎没有任何变化,但我担心这意味着以后会发生一些事情 error: addPersistentStoreWithType:configuration:URL:options:error: returned error NSCocoaErrorDomain (134140) CoreData: error: addPers

我处于开发的早期阶段,主要是为了学习,因此,我一直在不断地更改核心数据模型。我所做的最后一次更改要求我按照下面的错误日志中的说明进行迁移映射(缩短以提高可读性):

应用程序的行为似乎没有任何变化,但我担心这意味着以后会发生一些事情

error: addPersistentStoreWithType:configuration:URL:options:error: returned error NSCocoaErrorDomain (134140)
CoreData: error: addPersistentStoreWithType:configuration:URL:options:error: returned error NSCocoaErrorDomain (134140)
CoreData: annotation: userInfo:
CoreData: annotation: destinationModel : (<NSManagedObjectModel: 0x600002dc04b0>) isEditable 0, entities {
    Bibliography = "(<NSEntityDescription: 0x6000039d00b0>) name

    ...

    versionHashModifier (null), uniquenessConstraints (\n)";
}, fetch request templates {
}, reason=Can't find mapping model for migration}, ["reason": Can't find mapping model for migration, "sourceModel": (<NSManagedObjectModel: 0x600002dc6c60>) isEditable 0, entities {
    Author = "(<NSEntityDescription: 0x6000039d8790>) name Author...
ApplePersistenceIgnoreState: Existing state will not be touched. New state will be written to /var/folders/yk/.../com.MyApp.savedState