xcodeapple-appclips

Provisioning doesn't match the entitlements file's value for the com.apple.developer.parent-application-identifiers entitlement


I've created App Clip for my application , but i can't auto sign it , i am getting 2 errors :

Automatic signing failedXcode 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: x.x.x.clip" doesn't match the entitlements file's value for the com.apple.developer.parent-application-identifiers entitlement.

When i create new app with new appclip its working fine , but when i try it on my current app its not working same issue again and again , I've tried almost every solution in the community same issue .

I've posted my question here after i've spent days trying to fix this issue.

xCode : Version 12.5 (12E262)
MacNook pro : 2020
macOS Big Sur 11.2.3

Solution

  • There are two values that need to match up. First, locate the provisioning profile Xcode is using for your App Clip (they're in ~/Library/MobileDevice/Provisioning Profiles) and inspect it by highlighting the file and pressing space. The parent ID value in there:

    enter image description here

    ..has to match the same field in your .entitlements file in your App Clip target in Xcode. If it doesn't you can just edit the entitlement manually.