I found this on StackOverflow.
It seems that you should turn off running with Rosetta for Xcode.
Post
Replies
Boosts
Views
Activity
Can anybody tell me how I could get rid of this?
One basic problem is that the lowest Siri Kit supported iOS version is 12! so you can try to update your extension target "Deployment Info" to OS version 12. And then have a another try.
Now I'm facing the same problem.adding `NSAppleMusicUsageDescription` does not seem to fix my problem.Siri continally answer me with "I can't play from <AppName>" and display an open App button below, even with English.
Did anybody solve this problem?I'm crafting a custom intent, also encountered this problem. : (