Ios – i’m still getting the “The executable was signed with invalid entitlements.” error

iosiphonexcode

I followed your steps and added the Entitlements.plist file to my project. I also added the get-task-allow field and set it to a boolean and unchecked the box. I go to build my application and I still get the error:

The entitlements specified in your application’s Code Signing Entitlements file do not match those specified in your provisioning profile.

(0xE8008016).

can anyone help me out?

thanks

Best Answer

Remove the Entitlements.plist from your project and then try cleaning and building your project.

It is because the distribution provisioning profile which you might have added to code signing has invalidated or expired.

Hope this helps you.

Related Topic