Search code examples
iphoneobjective-ccode-signingprovisioning-profilecode-signing-entitlements

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


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 profile. (0xE8008016). when trying to deploy my first app to an un-jailbroken device on iOS 4.2.6 (Verizon). The thing is, I do not have a Entitlements file in my project, as I am not distributing it at all, only putting it on one device. I have gone through all the hoops and loops apple puts you through (certificate, device, provisioning) down to the letter, and I cannot figure out what is going wrong.

Can anyone please help me with this problem?


Solution

  • Upgrading to XCode 4 fixed the issue.