My app uses App Intents to create App Shortcuts.
When I build and run my app in Xcode, the App Shortcuts Preview
tool (under Product menu) shows the following message:
No Flexible Matching Assets
This target is for a platform which is not supported by Flexible Matching or does not have Flexible Matching enabled.
All of my project's targets are iPhone only with a minimum deployment of 18.0. In the build settings for this project, Enable App Shortcuts Flexible Matching
is set to Yes
. (build settings reference)
Any guidance on how to troubleshoot this? Thank you!