Post

Replies

Boosts

Views

Activity

Comment on Can't get Xcode Cloud to work
Project Format shows 16.0, I have also tried dropping it down to 15.3, but got the same error. Error "GitHub installation was incomplete. Repository was not found. Either the repository does not exist or you do not have permission to access it. Learn More" when I try to setup in Xcode. when clicking thru to grant access to the gitrepo. I am the owner of the gitrepo. Looking at access on gitHub, I don't see any Apple related account .. what account is needed to be added for xcode cloud.
Feb ’25
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
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