Post

Replies

Boosts

Views

Activity

Comment on iOS 16 - how to get more than 1 AppIntents / AppShortcut
oh, and this is a funny one: much of what I was perceiving as temperamental behavior was due to my several iPadOS devices - all of whom were set to "Listen for 'Hey Siri'" - with each one trying desperately to out-Siri the others - and most annoyingly my development iPhone! So, my iPhone was the only one with the AppIntents installed - but all my devices were trying to satisfy my "Hey Siri". Arrrrgh! ¯_(ツ)_/¯
Topic: Programming Languages SubTopic: Swift Tags:
Feb ’23
Comment on Instruments can't find the source code for selected symbol
I've got a similar problem in my dev environment - MacOS 13.1 / Xcode 14.1 - and Instruments is unable to locate source code for ANY of my projects. I pared it down to the simplest of presumed-good tasks - I followed a Kodeco / Ray Wenderlich tutorial on Instruments in SwiftUI - but same problem. Curiously, the profile view in Instruments DOES see the function definitions, but when I double-click on one of the lines - I get this: "Error: Can't find source code for selected symbol"
Nov ’22
Comment on NSPersistentCloudKitContainer with public database doesn't work and is poorly documented
Is there any way to track the progress on FB9179204? Clicking on the link takes me to Feedback Assistant but the app reports "Feedback Not Found". I have a very similar issue (FB9574607) and I've not received any answer from Apple. (** This looks like you tried to use a database file with the public database that was previously syncing with the private database **) This idea put forth by the Frameworks Engineer that one must use a public database only if it's never been previously used as a private database seems to be contradicted by your experience - and it would benefit my personal development efforts tremendously to be able to follow any insights shared by Apple in your FB9179204.
Aug ’21
Comment on Settings -> Music -- iOS 17 beta 7 causes the Settings app to freeze
Yup! I added a 2nd language (Settings -> General -> Languages & Region) on my iPhone and suddenly the Finder on my Mac once again had the “Apply” button under Location -> my iPhone -> Music. And who ever said that computers can be hard to understand??? Many thanks, @BriceApp
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on WatchOS NavigationSplitView never shows detail: { }
Ahhh - 💡 lightbulbs 💡 - Text alone is not navigable! That’s actually SUPER helpful. Thank you!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on WatchOS NavigationSplitView never shows detail: { }
Thanks for your input, and NavigationLink is the navigation pattern I've been using. But because this year's WWDC sessions • Meet watchOS 10 • Update your app for watchOS 10 • Design and build apps for watchOS 10 all 3 promote NavigationSplitView, I wanted to update my app to reflect the modern zeitgeist.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on RealityView update closure
Yeah, I’m not claiming this is the only way to do things, nor even the correct way TBH - it’s just what worked for me w/in the confines of my app’s requirements. YMMV, for sure.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on RealityView update closure
@thearijain, @skomal - I’ve posted a working skeleton of my graph object - hope it helps!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Comment on MacOS 13.3 beta killed Java??
jdk-19_macos-aarch64_bin.dmg -- worked for me
Replies
Boosts
Views
Activity
Jun ’23
Comment on crash logs indicate resource shortage...
Thanks, Quinn. I've filed a TSI with Case-ID: 2588859
Replies
Boosts
Views
Activity
May ’23
Comment on iOS 16 - how to get more than 1 AppIntents / AppShortcut
oh, and this is a funny one: much of what I was perceiving as temperamental behavior was due to my several iPadOS devices - all of whom were set to "Listen for 'Hey Siri'" - with each one trying desperately to out-Siri the others - and most annoyingly my development iPhone! So, my iPhone was the only one with the AppIntents installed - but all my devices were trying to satisfy my "Hey Siri". Arrrrgh! ¯_(ツ)_/¯
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on Instruments can't find the source code for selected symbol
I've got a similar problem in my dev environment - MacOS 13.1 / Xcode 14.1 - and Instruments is unable to locate source code for ANY of my projects. I pared it down to the simplest of presumed-good tasks - I followed a Kodeco / Ray Wenderlich tutorial on Instruments in SwiftUI - but same problem. Curiously, the profile view in Instruments DOES see the function definitions, but when I double-click on one of the lines - I get this: "Error: Can't find source code for selected symbol"
Replies
Boosts
Views
Activity
Nov ’22
Comment on Please send this bug to NSUbiquitousKeyValueStore (whaaa???)
There was one other little thing - Xcode automagically sets the value for the ubiquity-kvstore-identifier to be: <dict> <key>com.apple.developer.ubiquity-kvstore-identifier</key> <string>$(TeamIdentifierPrefix)$(CFBundleIdentifier)</string> </dict> And I had to replace the $(CFBundleIdentifier) with the hand-coded “domain.myAppBundle”. Just another $.02
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on Please send this bug to NSUbiquitousKeyValueStore (whaaa???)
Yes, yellow8 - I did. See answer below.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’22
Comment on How to register my app for openURL()
Perfect! That's exactly what I was missing! thanks🙏
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Please send this bug to NSUbiquitousKeyValueStore (whaaa???)
Ok - FB11540247 filed 9/18 at 4:48 CST
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on App Clip - "Bad JSON Content" Domain URL Status
Woohoo! That’s what it was - the extraneous { } on the “apps”. It’s amazing to me - even after all these years - how many bugs end up being SO OBVIOUS once you figure them out. Many many thanks to you, @ViggoOveres !!!
Replies
Boosts
Views
Activity
Jun ’22
Comment on NSPersistentCloudKitContainer with public database doesn't work and is poorly documented
Is there any way to track the progress on FB9179204? Clicking on the link takes me to Feedback Assistant but the app reports "Feedback Not Found". I have a very similar issue (FB9574607) and I've not received any answer from Apple. (** This looks like you tried to use a database file with the public database that was previously syncing with the private database **) This idea put forth by the Frameworks Engineer that one must use a public database only if it's never been previously used as a private database seems to be contradicted by your experience - and it would benefit my personal development efforts tremendously to be able to follow any insights shared by Apple in your FB9179204.
Replies
Boosts
Views
Activity
Aug ’21