Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode The executable was signed with invalid entitlements [duplicate]

Tags:

xcode

ios

iphone

I would install an application in my mobile phone by using Xcode but it was not installed with following an error message.

  • Error Message
    "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)"


  • Matters of Inquiry
    1. Why does the error message occur while I install the application?
    2. Would you mind if you can give me the solution of this problem?
like image 267
Join Avatar asked Mar 02 '15 13:03

Join


1 Answers

Check if you are using Entitlement file in Build Setting > Code Signing Section. If yes, try deleting that file name.

like image 66
Anuj Panwar Avatar answered Sep 16 '22 12:09

Anuj Panwar