Post

Replies

Boosts

Views

Activity

Reply to Incomplete sync using CloudKit+CoreData and the public database
I looked into cloud-public.sqlite file and I noticed the following: the LASTFETCHDATE from RECORDZONEQUERY is updated, so fetches are performed. ) in RECORDMETADATA most of the CKRECORDNAMES are present, but not the one I'm missing CKDATABASEMETADATA is updated -> LASTFETCHDATE is updated. so I created an update to A, I added 3 new B via the macOS app and on iPhone, by looking at the DB, I get only 2 B, 1 is missing. What am I missing?
Dec ’20
Reply to SwiftUI Navigation link issue
@St1f I'am having the same issue, but in my case I'm using the "init(destination:tag:selection:label:)" init. I have s state var where I'm keeping the selection, and multiple (a list) of links. Basically I'm displaying tappable search results. Any suggestions?
May ’21
Reply to CoreData + CloudKit compilation problem in iOS 15
That's exactly what I did, and it fixed the compilation problems. But to make sure what I'm fixing for iOS15 doesn't break iOS14, I installed iOS14.5 runtime in Xcode 13, and that's where the problem occurs. I can successfully compile the app, but at runtime, the 14.5 simulator crashes with: dyld: Library not loaded: /System/Library/Frameworks/_CoreData_CloudKit.framework/_CoreData_CloudKit   Referenced from: /Users/andrei/Library/Developer/CoreSimulator/Devices/8554B734-4894-4DD0-A8FA-6C20983F3A49/data/Containers/Bundle/Application/29E251FD-B330-4B30-B3B8-22A86C2961A8/***.app/***   Reason: image not found (lldb)
Sep ’21