0

Possible Duplicate:
The executable was signed with invalid entitlements

I have made a app but I am unable to deploy on my device because every time it show an error The executable was signed with invalid entitlements and stop deploying plz tell me the procedure how can I solve the problem.

Community
  • 1
  • 1
Pradeep
  • 179
  • 1
  • 3
  • 17
  • I posted an answet that worked for me here, check it to see if it works for you too http://stackoverflow.com/questions/5333034/im-still-getting-the-the-executable-was-signed-with-invalid-entitlements-erro – Wytchkraft Aug 30 '11 at 16:44

1 Answers1

2

Go to File->New File->Code Signing and add Entitlements file to your project.

Chaitanya
  • 2,396
  • 4
  • 29
  • 45
  • This error does not necessarily require creating the entitlements file. I have this error & my entitlements file is fine. – SundialSoft Sep 18 '12 at 15:29