Ios swift – AppShortcuts that reference iOS 17 specific AppIntents appear on iOS 16 and lead to crashes
I've got several AppIntents that use iOS 17 specific features and are therefore annotated with @available(iOS 17.0, *). The AppIntent is correctly only listed on iOS 17 in the Shortcuts app and hidden on iOS 16. However, if I reference…