Post

Replies

Boosts

Views

Activity

Comment on Xcode 15 breakpoints not stopping on symbolicated code
The workaround in that post did work for me, at least to get breakpoints to work. This is it: Edit your scheme and check "Wait for the executable to be launched." Build and run. Launch the app in the simulator (or, I suppose, on the device). But it's a PITA because you have to toggle this setting any time you want to rebuild the app onto the simulator or device. Also, print() statements don't work anymore for some reason.
Feb ’24
Comment on Xcode's new-tab vs. reuse-tab behavior is still infuriating and baffling.
Thanks for taking the time to provide that extensive explanation!
Replies
Boosts
Views
Activity
Sep ’25
Comment on Universal Links not opening in app (in dev)
"Have you checked what links are being downloaded in the Sysdiagnose files on the device?" How do you do that? I did a sysdiagnose and only got one big file. It did not appear to contain any relevant text.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on popToRootViewController in SwiftUI
NP, thanks for the follow-up. But now the question remains (and lots and lots of people have this question): If we can't use NavigationPath, how are we supposed to pop back to the NavigationStack's root view programmatically?
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’25
Comment on App crashes at launch on missing symbol AVPlayerView... except on first launch
Apple has acknowledged this as a bug. Fortunately, there is a workaround: Go to the scheme, say Edit Scheme. Go to Run (Debug) and find the checkbox for View Debugging and deactivate it. But please file a Feedback on this. In it, you can refer to my report: FB15492822
Topic: UI Frameworks SubTopic: General Tags:
Replies
Boosts
Views
Activity
Nov ’24
Comment on iOS 18 Bug -Certificate Trust Settings for Private Root Certificates Not Available
Hm, I don't understand that second response to the exact same quote!
Replies
Boosts
Views
Activity
Nov ’24
Comment on iOS 18 Bug -Certificate Trust Settings for Private Root Certificates Not Available
"having a custom CA that issues certificates for internal servers is a well-trodden path that’s exercised a lot." Apparently not by Apple QA, then, because that's my setup and it doesn't work on my iOS 18 device. It works under iOS 16.
Replies
Boosts
Views
Activity
Oct ’24
Comment on iOS 18 Bug -Certificate Trust Settings for Private Root Certificates Not Available
I generated my own CA, and it does not work under iOS 18. It works fine under iOS 16 on another device. There's clearly a profound defect in iOS 18 in this area.
Replies
Boosts
Views
Activity
Oct ’24
Comment on Downloaded certificates not showing up in Certificate Trust Authority
This is on a new iPhone 16, but I did transfer settings & data from a phone running iOS 15.
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Oct ’24
Comment on Send SMS from app
Obviously because he doesn't know they exist. Look at the question. But... thanks for bringing them up.
Replies
Boosts
Views
Activity
Mar ’24
Comment on Swiftui list row with multiple buttons?
This worked for me as well. I hope everyone who's had his time wasted by this bug has filed a report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on How to detect musickit player's play state change in background
@JoeKun Thanks for that info. I don't see specifics about that background-audio-mode plist entry in that doc, though. I just says to include it, with no details or any link to details.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on MusicKit: developer token request failed
I find that MusicKit works on simulators running iOS 16 or later. It only fails on iOS 15 simulators. Compounding that problem is that Xcode will now not deploy to an actual device running iOS 15. Brilliant.
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24
Comment on Are changes to published embedded objects really not detected in SwiftUI?
Thanks for that. Just saw this. I've restructured some things, but I think using .sink to subscribe to an owned object's changes is still relevant.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Feb ’24
Comment on Xcode 15 breakpoints not stopping on symbolicated code
The workaround in that post did work for me, at least to get breakpoints to work. This is it: Edit your scheme and check "Wait for the executable to be launched." Build and run. Launch the app in the simulator (or, I suppose, on the device). But it's a PITA because you have to toggle this setting any time you want to rebuild the app onto the simulator or device. Also, print() statements don't work anymore for some reason.
Replies
Boosts
Views
Activity
Feb ’24
Comment on Xcode debugger doesn't pause on breakpoints (simulator SDK < iOS 17)
That does indeed work for me. Xcode 15.2 and target is running on an iOS 15.5 simulator. Thanks!
Replies
Boosts
Views
Activity
Feb ’24