Dreaded "The application does not have a valid signature"

Hello everyone,

As the title says I am stuck with the aforementioned error. I have tried EVERYTHING.Deleted keychain items, re-created and downloaded all certificates from scratch, deleted corona (completely) and reinstalled…everything really. Any help would be appreciated.

System info: Osx 10.9.4

corona 2014.2393a

xcode 5.1.1

ios 7.1.2 iphone 5

this is the error log i get:

Sep  2 15:42:11 Artic-iPhone mobile_installation_proxy[844] <Warning>: LaunchServices: Please include the kCFBundleIdentifierKey in the options dictionary when installing an app.
Sep  2 15:42:11 Artic-iPhone mobile_installation_proxy[844] <Warning>: LaunchServices: installing app for existing placeholder (null)
Sep  2 15:42:11 Artic-iPhone installd[63] <Notice>: 0x31a000 handle_install_for_ls: Install of “/var/mobile/Media/PublicStaging/Bridge.app” requested by mobile_installation_proxy
Sep  2 15:42:11 Artic-iPhone installd[63] <Notice>: 0x31a000 MobileInstallationInstall_Server: Installing app Bridge
Sep  2 15:42:11 Artic-iPhone installd[63] <Error>: 0x31a000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.bOh0Mv/Bridge.app/Bridge: 0xe8008019
Sep  2 15:42:11 Artic-iPhone installd[63] <Error>: 0x31a000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.bOh0Mv/Bridge.app
Sep  2 15:42:11 Artic-iPhone mobile_installation_proxy[844] <Error>: 0x1b89000 MobileInstallationInstallForLaunchServices: failed with -1
Sep  2 15:42:11 Artic-iPhone mobile_installation_proxy[844] <Warning>: ERROR: MobileInstallationInstallForLaunchServices returned nil
Sep  2 15:42:11 Artic-iPhone installd[63] <Error>: 0x31a000 install_application: Could not preflight application install
Sep  2 15:42:11 Artic-iPhone mobile_installation_proxy[844] <Error>: 0x1b89000 handle_install: Installation failed: Error Domain=LaunchServicesError Code=0 “The operation couldn’t be completed. (LaunchServicesError error 0.)” UserInfo=0x15d21d80 {Error=ApplicationVerificationFailed, ErrorDetail=-402620391}
Sep  2 15:42:11 Artic-iPhone installd[63] <Error>: 0x31a000 handle_install_for_ls: API failed

Any insight would be more than appreciated :frowning:

Besides this console log, are you getting any other error messages on popups?

Can you post a screen shot of the Corona SDK build screen right before you click the build button?

Can you post your build.settings please?

Also, look in your project directory for a hidden file called Icon with some non-printable characters on the end.  Look to make sure you don’t have a copy of your app inside your build folder (you must output your build somewhere else).  Look for folders named res or resources and see if you have any thing like that.

Rob

Hello Rob,

besides the console log I am getting the popup “The application does not have a valid signature” in xcode while using the Organizer view to install the .app

Here is the screenshot:  http://www.imageshost.eu/images/2014/09/03/ScreenShot2014-09-03at16.40.15.png

As for the build.settings it is the standard default one that comes with the “Bridge” sample corona app. i cannot build for ios anything at all ( i also tried projects that I have already built and installed on device…nope).

No res or resources folders. No copy of the file and no Icons file in the folder (ls -la checked).

Halp.

 

I’m kinda confused.  You say you can’t build for iOS, yet you say you’re trying to install the app to the device with Xcode which implies that you have built the app.

Besides this console log, are you getting any other error messages on popups?

Can you post a screen shot of the Corona SDK build screen right before you click the build button?

Can you post your build.settings please?

Also, look in your project directory for a hidden file called Icon with some non-printable characters on the end.  Look to make sure you don’t have a copy of your app inside your build folder (you must output your build somewhere else).  Look for folders named res or resources and see if you have any thing like that.

Rob

Hello Rob,

besides the console log I am getting the popup “The application does not have a valid signature” in xcode while using the Organizer view to install the .app

Here is the screenshot:  http://www.imageshost.eu/images/2014/09/03/ScreenShot2014-09-03at16.40.15.png

As for the build.settings it is the standard default one that comes with the “Bridge” sample corona app. i cannot build for ios anything at all ( i also tried projects that I have already built and installed on device…nope).

No res or resources folders. No copy of the file and no Icons file in the folder (ls -la checked).

Halp.

 

I’m kinda confused.  You say you can’t build for iOS, yet you say you’re trying to install the app to the device with Xcode which implies that you have built the app.