Post

Replies

Boosts

Views

Activity

Reply to SwiftData and CloudKit
I am having the same issues with SwiftData and CloudKit: My app freezes without throwing errors I can't delete iCloud data Additionally, I'm seeing weird behavior with local updates being reverted after about 10 seconds. I'm using an isDeleted bool to soft-delete photos from the UI, and they reappear after 10 seconds. I can see the isDeleted bool switching from 0 -> 1 -> 0 when inspecting the default SwiftData SQLite instance
Oct ’24