Post

Replies

Boosts

Views

Activity

Reply to CloudKit Console: Field 'recordName' is not marked queryable
...
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jul ’21
Reply to Implementing CloudKit in macOS application
This message isn't related to a capability. As it says, you must publish your changes on the main thread.... ...try using (for example): DispatchQueue.main.async { // your publishing code here... } Or for Combine: .receive(on: DispatchQueue.main)
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’21