Entitlements file do not match those specified in your provisioning profile.(0xE8008016)

后端 未结 22 1639
粉色の甜心
粉色の甜心 2020-11-29 01:10

The executable was signed with invalid entitlements.

The entitlements specified in your application’s Code Signing Entitlements file do not match those specif

相关标签:
22条回答
  • 2020-11-29 02:04

    As others have pointed out, if you get this error, you need to check that the Bundle ID value in both your .plist file and also here:

    Xcode project Build Settings tab with Product Bundle Identifier focused

    0 讨论(0)
  • 2020-11-29 02:04

    Reassign the value of Automatically manage signing, this works for me

    0 讨论(0)
  • 2020-11-29 02:04

    None of the previous answers either applied or worked for me. In my case, updating the settings of the test project, as follows, fixed it:

    0 讨论(0)
  • 2020-11-29 02:06

    Had this issue. My main app and extension belonged to the same app group id correctly, but there was also one more app ID not in my project that shared said app group id. I had to remove this last app ID's association with the app group.

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