CoreData + CloudKit initial db seed

I'm having some trouble setting an initial sqlite seed for my project. I'm using the public database and I exported the initial .sqlite, .sqlite-shm, .sqlite-wal files in the project bundle.

The files are consumed properly and the seed is reflected on my device, but when I test on a different device (signed in with another iCloud account), I get a reimport and the error:

Code Block
Failed to set up CloudKit integration for store: <NSSQLCore: 0x13e9171d0> (URL: file:///var/mobile/Containers/...CloudPublic.sqlite)


Code Block
Error Domain=NSCocoaErrorDomain Code=134405 "(null)" UserInfo={PFCloudKitOldUserIdentityKey=_***, PFCloudKitNewUserIdentityKey=_YYY, NSCloudKitMirroringDelegateResetSyncReasonKey=3}


Code Block
Sending 'NSCloudKitMirroringDelegateWillResetSyncNotificationName' with reason: 'AccountChange'



Is there any way around this for setting an initial sqlite seed?