Entitlements don't match Provisioning Profile (0xE8008016)

后端 未结 5 1082
北海茫月
北海茫月 2021-01-11 13:26

today I finally got my Company-Developer-Account. I\'m working on an App, first on my private Account and today I wanted to move the App to the company account. So I created

相关标签:
5条回答
  • 2021-01-11 13:57

    You need to go through all the details where your provisional profile and certificate getting set from the main page.

    E.g. In all targets - > Build settings -> Code signing identity and provisinign profile and set your correct profiles every where in the application.

    sometimes when you are selecting manual codesigning then it is not reflecting correcly in all places.

    0 讨论(0)
  • 2021-01-11 13:59

    I had this same problem and none of the solutions I found on stack overflow, or github worked for me.

    Here's my solution:

    1. Select your project in the Project navigator

    2. Select the "General" tab.

    3. To the left of the "General" tab, select your target to the left; (this should show a dropdown with a list of targets)
    4. Below your current target you should see an item {your project}Tests; select that.
      1. Check the signing properties in the general tab and make sure they are valid.

    This was the problem for me. Hope it helps.

    0 讨论(0)
  • 2021-01-11 13:59

    Xcode 9 GM. Error appears if manual signing turned on.

    Turn on automatic code signing. Turn off automatic code signing.

    0 讨论(0)
  • 2021-01-11 14:00

    Try to uninstall your application from your device and then run your app on Xcode , i think that current app that was on your device signed with old account so you cannot run your new app that was assigned with new account , hope to help .

    0 讨论(0)
  • 2021-01-11 14:09

    For me, I ended up getting this error when I did not have the private key associated with the certificate that was being used to sign the app. Make sure you open Keychain Access and verify that you have a private key for the certificate that is associated with your provisioning profile.

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