Post

Replies

Boosts

Views

Activity

Reply to Code missing from WWDC session video 10210
I second that! I was hoping to find some amazing new sample code outlining usage like Back Yard Birds or similar with AssistantSchema, Model, Entity, Intent, and Enum usage, as well as EnumSchema, IntentSchema, MailIntent, MailEntity, PhotosIntent, PhotosEnum, SystemIntent plus integration with apps like yours truly. ...🕳️🐇
Jul ’24
Reply to Update for sample-backyard-birds
It appears that they released a build that fixes issues in Beta 6, but I can't get the BackyardGrid to display the BackyardBirdsPassOfferCard. I get a build error: Cannot find 'BackyardBirdsPassOfferCard' in scope I added the following code to the BackyardGrid: struct BackyardGrid: View { @State private var searchText = "" @Environment(\.passStatus) private var passStatus @Environment(\.passStatusIsLoading) private var passStatusIsLoading @Query var backyards: [Backyard] var body: some View { ScrollView { if canPresentSubscriptionOfferCard { // Added this to try to show the subscription card. BackyardBirdsPassOfferCard() } Any idea why? Thanks in advance.
Aug ’23
Reply to Code missing from WWDC session video 10210
I second that! I was hoping to find some amazing new sample code outlining usage like Back Yard Birds or similar with AssistantSchema, Model, Entity, Intent, and Enum usage, as well as EnumSchema, IntentSchema, MailIntent, MailEntity, PhotosIntent, PhotosEnum, SystemIntent plus integration with apps like yours truly. ...🕳️🐇
Replies
Boosts
Views
Activity
Jul ’24
Reply to Xcode Cloud failing to upload to TestFlight/App Store
This makes me grumpy.
Replies
Boosts
Views
Activity
Mar ’24
Reply to Smart App Banner Not Displaying for Uninstalled App
Same issue here, but still looking for a solution.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’23
Reply to Update for sample-backyard-birds
It appears that they released a build that fixes issues in Beta 6, but I can't get the BackyardGrid to display the BackyardBirdsPassOfferCard. I get a build error: Cannot find 'BackyardBirdsPassOfferCard' in scope I added the following code to the BackyardGrid: struct BackyardGrid: View { @State private var searchText = "" @Environment(\.passStatus) private var passStatus @Environment(\.passStatusIsLoading) private var passStatusIsLoading @Query var backyards: [Backyard] var body: some View { ScrollView { if canPresentSubscriptionOfferCard { // Added this to try to show the subscription card. BackyardBirdsPassOfferCard() } Any idea why? Thanks in advance.
Replies
Boosts
Views
Activity
Aug ’23
Reply to Reducing overhead of CKRecord.encodeSystemFields
did you ever come up with a solution for this? I’m not as concerned about the size, and I’m not sure which system fields would be so large, but I do need to know the best solution as it does make sense performance wise. thank You!
Topic: App & System Services SubTopic: iCloud Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to How does one specify a minimum target of iOS(.v17) in a swift package
Disregard, that's minimum target.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’23
Reply to A bug in Xcode lldb debugger for swift
Are you by any chance setting breakpoints inside of code that's in a framework? I just read somewhere that this is a known issue.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Mar ’23
Reply to How should I access @AppStorage and @SceneStorage values outside of views?
I remember reading something in one of Apple's recent release notes about adding support for AppStorage in ObservableObjects. I don't recall the exact build, but if someone has time to dig through release notes, it would be nice to have the reference. In other words, it should work in the latest SwiftUI release.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Apr ’22
Reply to SwiftUI's onAppear() and onDisappear() called multiple times and inconsistently on iOS 14.1
Huge improvement in iOS 15 Beta. Thank you, @Apple.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Aug ’21