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

后端 未结 22 1642
粉色の甜心
粉色の甜心 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:48

    One possible reason for this error is: your annual subscription has been renewed. Once the subscription is renewed, all devices related to the active provision profiles will be detached.

    1. The admin must reactivate the list of devices for the new subscribed year.
    2. The admin must delete last year provision profiles. (all are useless).
    3. The admin must regenerate new provision profiles for the new year with the list of devices of his choice.

    After this, rebuild project with Xcode and the error will disappear.

提交回复
热议问题