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
Yeah, also I found an online tutorial (already ;) ) that shows the issue for my syncing was that the Items was not optional. Changing it to optional, allowed me to remove all the above code and just use the default template as is. So since what I am trying to do is pretty simple, I will stick with WindowGroup { ContentView() } .modelContainer(for: Item.self) } As that seems to work.
Jun ’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
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 Can't get Xcode Cloud to work
Thanks raised a support ticket and referenced this thread.
Replies
Boosts
Views
Activity
Feb ’25
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.
Replies
Boosts
Views
Activity
Feb ’25
Comment on .sheet or .fullScreenSheet Looping when presenting Image Picker on visionOS
the full git repo is located at https://github.com/TheApApp/CardTrackerSwiftData
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Feb ’25
Comment on .sheet or .fullScreenSheet Looping when presenting Image Picker on visionOS
Thanks I will take a quick look and see if the state issue is it. Appreciate they quick response!
Topic: UI Frameworks SubTopic: SwiftUI
Replies
Boosts
Views
Activity
Feb ’25
Comment on Xcode crash when upload to app connect
I have reviewed and agreed to all agreements (no outstanding agreements) and I still get the crashes. -nvm = OK solved it. Updated to 15.0.1 and saw that CFBundleShortVersionString was missing on one of my targets (sigh)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Xcode crash when upload to app connect
OK solved it. Updated to 15.0.1 and saw that CFBundleShortVersionString was missing on one of my targets (sigh)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Xcode crash when upload to app connect
I am getting this same crash with the GA of Xcode version 15.0 (15A240d), but only with my WatchOS app, the same version of the app I wrote for iOS, macOS, and tvOS all upload fine.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Cannot use instance member within property initializer
Yeah, also I found an online tutorial (already ;) ) that shows the issue for my syncing was that the Items was not optional. Changing it to optional, allowed me to remove all the above code and just use the default template as is. So since what I am trying to do is pretty simple, I will stick with WindowGroup { ContentView() } .modelContainer(for: Item.self) } As that seems to work.
Replies
Boosts
Views
Activity
Jun ’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"
Replies
Boosts
Views
Activity
Jun ’23
Comment on Sample project link?
I am getting a page not found based on that link...
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
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>
Replies
Boosts
Views
Activity
Apr ’23
Comment on Move and delete in ForEach without List
Did you figure this one out? I am struggling with the same issue in a LazyVGrid
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22