Old Core Data Sync in to CloudKit "iCloud"

I have an app that uses Core Data but now I'm adding CloudKit to my app and I'm having issues on synchronising all the old Core Data. Does anyone have the same issue? Does anyone have any idea how to synchronise old Core Data?

Replies

The pre-existing data does not sync. Only the newly-added data syncs. What I am doing is creating a struct for every core data entity, stuffing those structs with the core data and then going from structs to core data. My app is old and its store file is in the Document directory whereas the new store files are located in the Library directory. Do you think that your app is that old?