The application does not have a valid signature

Arghhh, I give up after half a day trying to solve this…

When I build the app in Corona I am getting a :
invalid signature (code or signature have been modified)
failed to extract entitlements: 1
AssertMacros: entitlements_requested, At least need an application-identifier entitlements file: codesign_wrapper.c, line: 880

  • (null)

And if I try to install the app on my phone, I get “The application does not have a valid signature”.

\* Running on OSX Lion, updated a week ago.

\* Forced me to reinstall Xcode.

\* Had to renew my account at Apple, so new certificates has been installed.

\* I am not having any spaces in the path when compiling, or to my project files.

Anyone, how could help me with this?

Best regards, Joakim
[import]uid: 81188 topic_id: 19181 reply_id: 319181[/import]

Yippie, I found the answer to this terrible problem.

It was an old certificate that the keychain didn’t show.

So, if you are renewing your development account at apple, please look at this if you are getting errors:

http://ericholsinger.com/programming/xcode-codesign-failed-with-exit-code-1-expired-certificates-causing-ambiguous-matches/

Joakim [import]uid: 81188 topic_id: 19181 reply_id: 73997[/import]