Profile doesn't match the entitlements file's value for the application-identifier entitlement

前端 未结 23 1780
灰色年华
灰色年华 2020-12-13 03:11

I am trying to upload an app to the app store and I am getting this error on the page that has the certs. As far as I can tell I have changed the field so they have matched,

相关标签:
23条回答
  • 2020-12-13 03:56

    For me, the trick was to

    1. add/remove a capability for the target (in my case a Widget);
    2. make sure the created entitlements file is listed in the build settings;
    3. and to add the "APS Environemnt" key with value "development" to the entitlemenets file.
    0 讨论(0)
  • 2020-12-13 03:57

    When we faced the same issue, we tried all the above things but none of it worked.

    What worked for us is changing the bundle identifier so that it was not identical to the previous one, for example "com.name.App" to "com.name.App2"; let xcode attempt to fetch/create provisioning profile and then chance it back to the original one.

    Got this idea from this thread on Apple's developer forums- https://forums.developer.apple.com/thread/114539

    0 讨论(0)
  • 2020-12-13 04:00

    Cross check capabilities in the app with options you enabled for your App Id in your developer account.

    0 讨论(0)
  • 2020-12-13 04:00

    I tried a few options listed in the answers here but none helped, however, toggling the checkbox "Automatically manage signing" off and on fixed the problem.

    0 讨论(0)
  • 2020-12-13 04:00

    Go to Xcode's Info tab and change Bundle identifier field - after changing app name it didn't change even though I changed Bundle Identifier on the General tab. The above fixes did not work for me but this one did instantly.

    0 讨论(0)
提交回复
热议问题