Post

Replies

Boosts

Views

Activity

Reply to Using #Preview with a PartialyGenerated model
Oy, after I posted I figured out my own answer (I as smarter than ChatGPT). The key is to use your type and use the .asPartiallyGenerated() method to get a PartiallyGenerated version. Hope this helps someone else. #Preview("Vegetable Suggestion Card") { let sample = VegetableSuggestion( vegetableName: "Tomato", startSeedsIndoors: "6–8 weeks before last frost", startSeedsOutdoors: "After last frost when soil is warm", transplantSeedlingsOutdoors: "1–2 weeks after last frost", tips: "Harden off seedlings; provide full sun and consistent moisture." ) VegetableSuggestionCard(vegetableSuggestion: sample.asPartiallyGenerated()) .padding() }
Oct ’25
Reply to Xcode now hangs; SDKs are "status unavailable"
I ended up burning my Mac down to the metal and its working now…
Replies
Boosts
Views
Activity
Apr ’26
Reply to Xcode now hangs; SDKs are "status unavailable"
I submitted feedback: FB22384447
Replies
Boosts
Views
Activity
Apr ’26
Reply to Xcode now hangs; SDKs are "status unavailable"
It suddenly started happening to me on Tahoe 26.4 running Xcode 26.4 on an M2 MacBook Air.
Replies
Boosts
Views
Activity
Apr ’26
Reply to Not seeing any AI/Agent options in Xcode 26.3
When is 26.3 RC going to be released to the App Store as an official version?
Replies
Boosts
Views
Activity
Feb ’26
Reply to Using #Preview with a PartialyGenerated model
Oy, after I posted I figured out my own answer (I as smarter than ChatGPT). The key is to use your type and use the .asPartiallyGenerated() method to get a PartiallyGenerated version. Hope this helps someone else. #Preview("Vegetable Suggestion Card") { let sample = VegetableSuggestion( vegetableName: "Tomato", startSeedsIndoors: "6–8 weeks before last frost", startSeedsOutdoors: "After last frost when soil is warm", transplantSeedlingsOutdoors: "1–2 weeks after last frost", tips: "Harden off seedlings; provide full sun and consistent moisture." ) VegetableSuggestionCard(vegetableSuggestion: sample.asPartiallyGenerated()) .padding() }
Replies
Boosts
Views
Activity
Oct ’25
Reply to ChatGPT in Xcode 26 not recognizing Plus subscription
Is there a separate limit that Apple imposes over and above your ChatGPT Plus subscription?
Replies
Boosts
Views
Activity
Oct ’25
Reply to ChatGPT in Xcode 26 not recognizing Plus subscription
Yeah I tried all the resets too -- no luck.
Replies
Boosts
Views
Activity
Oct ’25
Reply to ChatGPT constantly hitting daily limit
I am also a ChatGPT Plus subscriber and I hit the same limit.
Replies
Boosts
Views
Activity
Oct ’25