Hi @wingover, Thanks for the suggestion! Can you elaborate more on what my AppShortcutsBuilder should look like after I up the target to 17.4? For Example, the following code crashes on iOS 17.5 with a 17.5 or 17.4 target: struct SnippetsShortcuts: AppShortcutsProvider { @AppShortcutsBuilder static var appShortcuts: [AppShortcut] { AppShortcut(intent: CreateAppIntent(), phrases: [ Create a (.$selection) in (.applicationName) Studio, Create a (.$selection) in (.applicationName), Create a (.$selection) ], shortTitle: Create, systemImageName: plus) if #available(iOS 18, *) { AppShortcut(intent: SearchAppIntent(), phrases: [ Search (.applicationName) Studio, Search (.applicationName) ], shortTitle: Search, systemImageName: magnifyingglass) } } let shortcutTileColor: ShortcutTileColor = .blue } Here is the crash message: dyld[23602]: Symbol not found: _$s10AppIntents15AssistantSchemaV06IntentD0VAC0E0AAWP Referenced from: /Users/jonathan/Library/Developer/CoreSimulator/Devices/2E
Topic:
Machine Learning & AI
SubTopic:
General
Tags: