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

后端 未结 22 1643
粉色の甜心
粉色の甜心 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 01:44

    In my case, the app main Target's Team was different from Tests' Target Team. Changing the Tests' Team to the same Team as main Target's solves the issue.

提交回复
热议问题