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

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

    For me in Xcode 5.1 I was getting The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile. when trying to test the app on my device. Device Development Certificate has to expire Feb 2015.

    Issue was resolved:

    Selected Target->Capabilities, under GameCenter, here I was getting error on GameCenter entitlement as it was not added to project, although first version of application was released via same XCode 5.1 but there were no errors like this before.

    Below, a button was given with title Fix Issue. When clicked it added the GameCenter entitlement and issue was resolved.

    After wards the screen looks like:

    enter image description here

    For me, there was nothing to do with certificate. App now runs successfully on the device.

提交回复
热议问题