Migrating a Core Data Store from iCloud to local
- by schmok
I'm currently struggling with Core Data iCloud migration.
I want to move a store from an iCloud ubiquity container (.nosync) to a local URL. Problem is whenever I call something like this:
NSPersistentStore *newStore = [self.persistentStoreCoordinator migratePersistentStore: currentiCloudStore toURL: localURL options: nil withType:…