Post

Replies

Boosts

Views

Activity

Comment on SwiftData on iOS 18 extreme memory use
Sorry, I haven't seen that specific issue. I migrated completely back to Core Data and all is working well. I do recall that during the process, while my app temporarily had both stacks, that it was important to make the Core Data models and SwiftData classes match exactly. Even small differences would gum up the works. Good luck, this is a tough situation.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Sep ’24
Comment on SwiftData ModelContainer can not be created in iOS 17.4 Beta
Incredible find @funcmakerDan, thank you. Removing @Environment(.modelContext) fixed it for me as well, on iOS 17.4 and visionOS 1.1, and Sonoma 14.4.
Replies
Boosts
Views
Activity
Mar ’24
Comment on SwiftData ModelContainer can not be created in iOS 17.4 Beta
As for the Xcode template 'timestamp' app, that might be a different issue. Did you set it up to use iCloud? When using iCloud syncing all @Model members must be optional or have a default value, but the Xcode template doesn't do that, and the compiler doesn't catch it. You get a runtime warning when creating the SwiftData structures.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Error: _SwiftData_SwiftUI: one-time initialization function for empty
Thanks for this fix @fer0n
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on Xcode Cloud builds failing randomly citing internal Apple network failure
Many social media and Developer Forum posts about the Fetch Source Code issue, and yet the Xcode Cloud status remains green. Frustrating.
Replies
Boosts
Views
Activity
May ’24
Comment on Xcode Cloud builds failing randomly citing internal Apple network failure
Xcode Cloud status now yellow, so at least we've been noticed.
Replies
Boosts
Views
Activity
May ’24
Comment on Advanced Data Protection and CloudKit Console.
Nope, signing in-out does not help. Seems like trying Advanced Data Protection even one time permanently breaks access to CloudKit Console. Mine's been broken for about a year.
Replies
Boosts
Views
Activity
Aug ’24
Comment on SwiftData on iOS 18 extreme memory use
So disappointing
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’24
Comment on SwiftData on iOS 18 extreme memory use
Sorry, I haven't seen that specific issue. I migrated completely back to Core Data and all is working well. I do recall that during the process, while my app temporarily had both stacks, that it was important to make the Core Data models and SwiftData classes match exactly. Even small differences would gum up the works. Good luck, this is a tough situation.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on App Group Not working as intended after updating to macOS 15 beta.
This worked for me too, thank @antarian ! Don't forget (like I did) that if you explicitly use the group name in your code using something like _ FileManager.default.containerURL(forSecurityApplicationGroupIdentifier:)_, you'll need to conditionalize it there too.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on App Group Not working as intended after updating to macOS 15 beta.
This worked for me too, thank @antarian ! Don't forget (like I did) that if you explicitly use the group name in your code using something like _ FileManager.default.containerURL(forSecurityApplicationGroupIdentifier:)_, you'll need to conditionalize it there too.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’24
Comment on Apple Watch not showing in XCode
Worked with current versions as of February 2025. Needed a step 0, of quitting Xcode first. Thanks @jandrotech
Replies
Boosts
Views
Activity
Feb ’25
Comment on Vertical ScrollView Height and Paging Offset Issues in SwiftUI
Thanks so much, good find.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on Apple Watch not showing in XCode
thanks @herbertv !!!
Replies
Boosts
Views
Activity
Apr ’25
Comment on Xcode Cloud builds stuck at App Store Connect
Same. Now working after 24 hour outage!
Replies
Boosts
Views
Activity
Jan ’26
Comment on Xcode Cloud builds stuck at App Store Connect
Thanks for the official announcement, working well for me.
Replies
Boosts
Views
Activity
Jan ’26