The executable was signed with invalid entitlements

You must Login before you can answer or comment on any questions.

Hi, I'm trying to deploy my app on my ios device (by upload from organizer). But I get always this error:

The executable was signed with invalid entitlements. The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.

(0xE8008016).

Certificate (provisioning profile) seems ok. Build log without log. Where is the problems???

Thanks a lot Stefano

1 Answer

Hi open your build folder in the application directory and launch Xcode generated project in Xcode and try deploying from there. that will point you the exact error message for debug.

— answered 9 months ago by Ashish Nigam
answer permalink
2 Comments
  • I've try. With Xcode the deploy works fine! Where is the problem??? I try to install directly with organizer the IPA file in the build project directory... Without success. I can't install from iTunes because I'm on work and I can't synchronize the apps with my personal iphone library... thanks a lot!

    Stefano

    — commented 8 months ago by Stefano Passiatore

  • Make sure, you have selected the correct certificate when building in titanium studio. Perhaps you have multiple ones with the same name. You need to select the one, which is also selected in your provisioning profile

    — commented 8 months ago by Benjamin Waller

Your Answer

Think you can help? Login to answer this question!