Why this error in xcode? "Provisioning profile "MyApp_Distribution" doesn't include the com.apple.developer.contacts.notes entitlement."

I had requested for Contact Note Field Access Entitlement (via https://developer.apple.com/contact/request/contact-note-field) and got it enabled in app id's additional capabilities section.

I have created app store distribution provisioning profile using this app id. And also added "com.apple.developer.contacts.notes YES" in entitlements file. But I'm getting the below error in xcode.

I'm not able to archive the build because of this. How can I resolve this issue?

Hello tpsubbaiah,

Often this error message means just what it says in the tin. I would suggest first re-downloading the distribution profile to ensure you're using the latest version.

I would also suggest checking that you have the entitlement for distribution, and not just development (which is a possibility).

—jasonag.

Hi jasonag,

We have tried re downloading the profile. But it is not working. The entitlement can be seen enabled in the distribution profile when viewed from developer site.

Why this error in xcode? "Provisioning profile "MyApp_Distribution" doesn't include the com.apple.developer.contacts.notes entitlement."
 
 
Q