Provisioning Profile Does Not Include Required Speech Recognition Entitlement

This thread has been locked by a moderator; it no longer accepts new replies.

I am building an iOS app with the App ID: com.echo.eyes.app

I have a paid Apple Developer membership and have followed all correct procedures, including:

Adding com.apple.developer.speech-recognition manually to the App.entitlements file

Setting Info.plist keys for microphone and speech permissions

Assigning my Apple Developer Team to the project

Setting App/App.entitlements under Code Signing Entitlements

Despite all this, Xcode automatic signing fails, and I receive the error:

vbnet Copy Edit Provisioning profile 'iOS Team Provisioning Profile: com.echo.eyes.app' doesn't include the com.apple.developer.speech-recognition entitlement. I am unable to add the entitlement via the Capabilities section, and no method I try will allow provisioning to succeed.

Please update this App ID to include the required entitlement in the provisioning profile. This issue is preventing all voice recognition functionality.

Thank you.

Answered by DTS Engineer in 841439022

Let’s focus this discussion on your other thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Boost

Please review the following document and sample to make sure you're doing all the right stuff for requesting permission to use speech recognition:

If that doesn't help and you're still getting a code signing error, maybe consider opening a code level support request so I can review your code settings. If you open a support request, please include a link to this thread so the request will be routed to me.

Let’s focus this discussion on your other thread.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Provisioning Profile Does Not Include Required Speech Recognition Entitlement
 
 
Q