Yes, you are looking for:- (NSPersistentStore *)migratePersistentStore:(NSPersistentStore *)store toURL:(NSURL *)URL options:(NSDictionary *)options withType:(NSString *)storeType error:(NSError **)errorMake sure that you don't have the ubiquity options in the options dictionary when you make the call, otherwise we'll attempt to ubiquitize the migrated store.Be aware that certain features of you managed object model may be incompatible with CloudKit (required relationships for example), your mechanism of syncing changes with CloudKit should take this in to account when it builds your CKRecord graph.
Topic:
App & System Services
SubTopic:
iCloud & Data
Tags: