This is not working for me. I received approval and did the following.
1: I added the capability and it is there enabled in Certificates, Identifiers & Profiles->indentifiers->myID->additional capabilities->User Assigned Device Name is enabled,.
2:In Xcode 13 and later, once the capability is enabled for your App ID, you can configure Xcode to support automatic signing.
In your app’s .entitlements file, add the assigned entitlement key and value pair.
OK where is the key and value pair shown?
In my Xcode provisioning/Xcode managed profile, I see "com.apple.developer.device-information.user-assigned-device-name"
OK assuming this is the key and value as described somewhere online, not in documentation that I can, I put that into my entitlements file along with Boolean YES
I get this:
Automatic signing failed. Xcode failed to provision this target. Please file a bug report at https://feedbackassistant.apple.com and include the Update Signing report from the Report navigator.
Provisioning profile "iOS Team Provisioning
Profile: com.xxxxx.xxx" doesn't match the entitlements file's value for the com.apple.developer.device-information.user-assigned-device-name entitlement