Post

Replies

Boosts

Views

Activity

Comment on cannot push coredata records to cloudkit
I guess you have enabled the CoreData debug flags: https://www.avanderlee.com/debugging/core-data-debugging-xcode/ since you see debug info in console. Does your model take into account that synching your model to Cloud does not support all the CoreData features, like uniqueness constraints? Any warnings about this in your project? I am just guessing, since that info gives me no other clues.
Aug ’23