Post

Replies

Boosts

Views

Activity

Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Response from Apple re: Packet Logger no longer working: The Bluetooth logging profile is now required on macOS to use PacketLogger (same as iOS). This first started in recent macOS 14.5 seeds. Please install the Bluetooth logging profile from: https://developer.apple.com/bug-reporting/profiles-and-logs/?platform=macos&name=bluetooth and try this again.
Apr ’24
Reply to Subscription "Waiting for review" status stuck after been approved
Also just ran into this. I believe I briefly saw the subscriptions appear as options to be included in the app review, but clicking the subscriptions just caused them to disappear and I haven't seen them appear in the "iOS App Version" page again. I've submitted a ticket via email to see if I can get this resolved because it's unfortunately the long weekend :(
Topic: App & System Services SubTopic: StoreKit Tags:
Nov ’24
Reply to iOS 10 Temperature Unit
To close the loop here, I got a response today and it looks like there's been an API to do this since as iOS 16! let unitTemperature = UnitTemperature(forLocale: Locale.current) The returned unit will respect the user's selected temperature from the Settings app :D
Nov ’24
Reply to Touchscreen gestures in CarPlay aren't recognized in the app
I've also been running into this somewhat randomly. My car has a touch screen and I receive the panBeganWith family of events most of the time. Sometimes, such as right now, my app will simply stop receiving these events even though other apps still respond to touch interactions. I'm able to interact with other elements of my app's user interface such as the map controls and top bar buttons, but dragging does not result in the appropriate callback events being fired.
Topic: App & System Services SubTopic: General Tags:
Dec ’24
Reply to Debug Failed in Xcode Simulator
Running into the same thing. Am no longer able to place breakpoints in any project: Couldn't find the Objective-C runtime library in loaded images. Message from debugger: The LLDB RPC server has crashed. You may need to manually terminate your process. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.
Mar ’25
Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Looks like I can't edit my original post anymore, so here's another long thread I've found: Apple Watch won't show in device list on Xcode after 10.4 upgrade
Replies
Boosts
Views
Activity
Apr ’24
Reply to Apple Watch won't show in device list on Xcode after 10.4 upgrade
I'm attempting to aggregate and summarize the scale of the problem here in https://forums.developer.apple.com/forums/thread/750801#750801021. This seems to be a set of major regressions with respect to Apple Watch development.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Response from Apple re: Packet Logger no longer working: The Bluetooth logging profile is now required on macOS to use PacketLogger (same as iOS). This first started in recent macOS 14.5 seeds. Please install the Bluetooth logging profile from: https://developer.apple.com/bug-reporting/profiles-and-logs/?platform=macos&name=bluetooth and try this again.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Will keep posting here on other updates to feedback.
Replies
Boosts
Views
Activity
Apr ’24
Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Confirmed that watchOS 10.5 beta 4 fixes FB13758450 🎉
Replies
Boosts
Views
Activity
May ’24
Reply to Major regressions in Apple Watch development support with watchOS 10.5 and Xcode 15.4
Confirmed that FB13756074 has been resolved. The new profile at https://developer.apple.com/bug-reporting/profiles-and-logs/?platform=watchos&name=sys is now valid again and I've confirmed that logging works on my watch.
Replies
Boosts
Views
Activity
May ’24
Reply to SwiftUI: .textSelection(.enabled) not working in List on iOS 18
Ran into this as well. Filed FB15178192 to track with a simple repro case similar to the one above.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Sep ’24
Reply to Subscription "Waiting for review" status stuck after been approved
Also just ran into this. I believe I briefly saw the subscriptions appear as options to be included in the app review, but clicking the subscriptions just caused them to disappear and I haven't seen them appear in the "iOS App Version" page again. I've submitted a ticket via email to see if I can get this resolved because it's unfortunately the long weekend :(
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Nov ’24
Reply to iOS 10 Temperature Unit
I stumbled upon this thread and noticed no enhancement request ended up being linked here, so I've filed one: FB15792169.
Replies
Boosts
Views
Activity
Nov ’24
Reply to iOS 10 Temperature Unit
To close the loop here, I got a response today and it looks like there's been an API to do this since as iOS 16! let unitTemperature = UnitTemperature(forLocale: Locale.current) The returned unit will respect the user's selected temperature from the Settings app :D
Replies
Boosts
Views
Activity
Nov ’24
Reply to MusicKit Artwork url
fwiw URLSession.shared.data(from: artworkURL) worked well for me, but a custom URLSession(configuration: .default) failed to load the media stating that the URL was unsupported.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Touchscreen gestures in CarPlay aren't recognized in the app
I've also been running into this somewhat randomly. My car has a touch screen and I receive the panBeganWith family of events most of the time. Sometimes, such as right now, my app will simply stop receiving these events even though other apps still respond to touch interactions. I'm able to interact with other elements of my app's user interface such as the map controls and top bar buttons, but dragging does not result in the appropriate callback events being fired.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’24
Reply to Debug Failed in Xcode Simulator
Running into the same thing. Am no longer able to place breakpoints in any project: Couldn't find the Objective-C runtime library in loaded images. Message from debugger: The LLDB RPC server has crashed. You may need to manually terminate your process. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Debug Failed in Xcode Simulator
Xcode Version 16.2 (16C5032a) macOS 15.4 Beta (24E5238a) I tried reformatting my machine in case I'd messed something up, but with a clean install of Xcode this is still happening.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Debug Failed in Xcode Simulator
FB16883116 submitted with several ips crashes.
Replies
Boosts
Views
Activity
Mar ’25