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

后端 未结 22 1651
粉色の甜心
粉色の甜心 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条回答
  •  Happy的楠姐
    2020-11-29 01:58

    Check your bundle identifier and your profiles. If you have a profile for a specific bundle identifier and no team ones and your bundle identifier does not match it will give you that error.

    Bundle identifier is in General section of your project properties and the profiles you can check in build settings.

提交回复
热议问题