The entitlements specified…profile. (0xE8008016). Error iOS 4.2

后端 未结 30 2688
我寻月下人不归
我寻月下人不归 2020-11-28 21:13

I am getting the \'dreaded\' error The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning pr

30条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 21:27

    Happened to me on Xcode 8, it was partially caused by the new Provisioning Profile build setting, as in this Xcode version there are two entries for provisioning profile:

    • Provisioning Profile
    • Provisioning Profile (Deprecated)

    My fault was that I updated only the first one, and the deprecated entry was still pointing to an invalid provisioning profile. Changing both to the same value solved the issue (clearing the deprecated entry should also have the same effect).

提交回复
热议问题