Post

Replies

Boosts

Views

Activity

Comment on NSCloudKitMirroringExportRequest issues
I am seeing this same behavior... Were you able to solve this? - Also, I just let the debugger run for a long time and am also seeing - DBF9ED19-F129-4E9A-87AF-506037A1471D:(com.apple.coredata.cloudkit.zone:__defaultOwner__) = <CKError 0x2817a8360: "Limit Exceeded" (27/2023); server message = "Database commit size exceeds limit"; op = 2620365C68BE73BC; uuid = B0AC639F-7FDB-44FA-8474-08D102948BA2>
Apr ’23
Comment on Cannot use instance member within property initializer
Interesting, Downloaded the project from the session and it does not match what was in the presentation, @main struct TripsApp: App { var body: some Scene { WindowGroup { ContentView() } .modelContainer(for: [Trip.self, BucketListItem.self, LivingAccommodation.self]) } } Is thow they do it, guess I need to go thru the project in more detail. btw, the var example above also fails with the message "No exact matches in call to initializer"
Jun ’23