koenvanderdrift
koenvanderdrift
Thanks that works. But I now get the following error when my app starts: `2015-09-12 05:31:09.413 MyApp[1370:294516] CoreData: error: -addPersistentStoreWithType:Seam.SMStore configuration:(null) URL:file:///var/mobile/Containers/Data/Application/840EABA8-B794-4D9B-8ED5-DC9BA079B8E5/Documents/Stores/MyApp.sqlite options:{ NSInferMappingModelAutomaticallyOption = 1; NSMigratePersistentStoresAutomaticallyOption = 1; NSSQLitePragmasOption...
That gives the same error. ~~Seems to be a migration error caused by adding a persistentStore (my model didn't change), so I don't know if it is a Seam issue.~~
Just to clarify, I'm trying to add CloudKit to an existing app that already uses CoreData.
@nofelmahmood Have you been able to make any progress with this issue?
Is there a solution for this?
Ok, I'll see what I can find out - I'm still very new to Swift (coming from ObjC), so I cannot promise anything :)