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

后端 未结 30 2704
我寻月下人不归
我寻月下人不归 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:22

    I had the same problem in my app, after a few month this specific app worked fine.

    The problem was that the Capabilities configured in my Xcode project (under Targets -> {ProjectName} -> Capabilities) were not the same as the Capabilities configured in the provisioning profile (you can check that in the Apple member centre under Identifier -> App Ids -> {your app ID}. In the member centre I saw that Game Center is enabled and so in my project I also enabled Game Center. Then the app was able to launch.

    I don't know how it worked until now. That's still a mystery :)

提交回复
热议问题