SiriExtension.entitlements error once Localization is enabled

I just updated my project for localization, when I enabled this for SiriIntents, my signings & capabilities settings for the SiriExtension stopped seeing the info.plist. -

..."/SiriExtension/SiriExtension.entitlements" could not be opened.

Verify the value of the CODE_SIGN_ENTITLEMENTS build setting for target "SiriExtension" is correct and that the file exists on disk.

I am running Xcode Version 13.1 (13A1030d), which has created a Info.plist which lists all the localizations I have done, and in each directory below it contains a SiriExtension.engitlemetns file.

How should I setup the SiriExtension.entitlements correctly?

Replies

Select the Xcode project from the navigator, then under targets select the SiriExtenstion Target, under the Signing & Capability tab ensure you have Automatically manage signing and the team selected.