I tried to set it on iOS 17.5 and also used Legacy Previews Execution, no luck
The crash seems to be somewhat different, since once I set it on Legacy Previews Execution it starts giving me an error on 3rd party dependencies: Missing required modules: 'FirebaseCore', 'FirebaseCrashlytics'
The error I get when PreviewShell crashes is attached to this comment, maybe someone finds it helpful. Thanks!
preview-shell-crash.log
Post
Replies
Boosts
Views
Activity
I have the same problem. This looks like a bug in watchOS. Is there a radar for it?
Hello Alper, how did you fix the issue? My project needs the second debug scheme, is there a way to get around this? Thanks!
I have the same problem. The shortcuts that are suggested with NSUserActivity (via INVoiceShortcutCenter.shared.setShortcutSuggestions(shortcutsToSuggest)) are not showing up in the Siri Wind Down list. They do show up in the "All other apps" section.
Did anyone fix it?
Also, the sample code project for Wind Down (https://developer.apple.com/documentation/sirikit/adding_shortcuts_for_wind_down) doesn't include an example of suggested shortcuts that are created from NSUserActivity instances.
Help?
I have the same issue. I don't want to erase all content and settings because I want to test how my app would behave if the user logged out. Other solutions?