Post

Replies

Boosts

Views

Activity

Comment on Apple Watch not showing in XCode
Ah this finally worked and I did not have to unpair the watch from the iPhone. It seems like the key is to disable developer mode on the iPhone and then restart both devices. Now my watch is back in the list of my devices. And it seems like this has also fixed the other issue that Xcode is unable to connect to the watch: https://forums.developer.apple.com/forums/thread/734694?page=2
Apr ’24
Comment on MusicKit - Search Apple Music Catalog without user authorization
According to the documentation this should not be necessary. I just want to access public information. Using the Apple Music Web API with a developer key and a JWT works fine. But when I want to use the MusicKit, it seems to require the authorization also for publicly accessible information. When I call the .request() API the user gets a prompt even when I do not access their library. I guess when using MusicKit authorization is always required and the fallback is to use web api directly?
Topic: Media Technologies SubTopic: General Tags:
Dec ’22
Comment on rvictl -s <UUID> Not working
Partially disabling it works as well. I'm not sure which part needs to be disabled, but this setting works: Configuration: Apple Internal: disabled Kext Signing: disabled Filesystem Protections: enabled Debugging Restrictions: disabled DTrace Restrictions: disabled NVRAM Protections: disabled BaseSystem Verification: enabled
Sep ’21
Comment on Apple Watch not showing in XCode
Ah this finally worked and I did not have to unpair the watch from the iPhone. It seems like the key is to disable developer mode on the iPhone and then restart both devices. Now my watch is back in the list of my devices. And it seems like this has also fixed the other issue that Xcode is unable to connect to the watch: https://forums.developer.apple.com/forums/thread/734694?page=2
Replies
Boosts
Views
Activity
Apr ’24
Comment on os_log not showing in Xcode 15 Console (watchOS, watch Simulator)
I agree the bug resurfaced for me as well...
Replies
Boosts
Views
Activity
Oct ’23
Comment on Use Siri in Simulator
I can't check, because the Preferences app crashes always on my iPhone 15 Pro, iOS 17.0 simulator 🤷‍♂️
Replies
Boosts
Views
Activity
Sep ’23
Comment on App crashes only watchOS 6 before launching
That is something I did not think about so far. I think that is not case. I don’t have any pre-compiled 3rd party frameworks in there. It’s all open source and compiled from Swift directly. I guess the compiler would discover incompatibilities here.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on MusicKit - Search Apple Music Catalog without user authorization
According to the documentation this should not be necessary. I just want to access public information. Using the Apple Music Web API with a developer key and a JWT works fine. But when I want to use the MusicKit, it seems to require the authorization also for publicly accessible information. When I call the .request() API the user gets a prompt even when I do not access their library. I guess when using MusicKit authorization is always required and the fallback is to use web api directly?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Dec ’22
Comment on How to signal errors / failures in App Intents?
I got a reply from Apple on the feedback. Apparently the CustomLocalizedStringResourceConvertible is the right way to do it. It was documented on a WWDC video, but it’s not mentioned in the SDK documentation
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Sep ’22
Comment on Joining WWDC22 Lab with a colleague
There is no real process, but for WWDC22 it was possible to just share the invite email with my colleague and to ask the Apple engineer if he could join in the meeting.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on rvictl -s <UUID> Not working
Partially disabling it works as well. I'm not sure which part needs to be disabled, but this setting works: Configuration: Apple Internal: disabled Kext Signing: disabled Filesystem Protections: enabled Debugging Restrictions: disabled DTrace Restrictions: disabled NVRAM Protections: disabled BaseSystem Verification: enabled
Replies
Boosts
Views
Activity
Sep ’21