Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
If we do not hit our goal we will be forced to close the site.

Current status: https://keepboardsalive.com/

Annual subs are best for most impact. If you are still undecided on going Ad Free - you can also donate using the Paypal Donate option. All contribution helps. Thank you.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.

Apple Dev/SKD question

  • 19-11-2011 09:59AM
    #1
    Registered Users, Registered Users 2 Posts: 23,202 ✭✭✭✭


    I'm trying to copy my first app to my iPhone, but it is not appearing for some reason.

    It works fine on the emulator, so I am fairly sure the code is fine.

    When I build in xcode, using the device as the target, I get the following in the Console log of the device:
    installd[1086] <Error>: 00381000 verify_signer_identity: Could not copy validate signature: -402620393


    installd[1086] <Error>: 00381000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.n6rhwS/Welcome.app

    mobile_installation_proxy[1087] <Error>: handle_install: Installation failed

    It sounds like there is a problem with the certificate, possibly?

    Any pointers? Using Xcode 3.2.6 with iOS SDK 4.3 on Mac Snow Leopard.


Comments

  • Registered Users, Registered Users 2 Posts: 23,202 ✭✭✭✭Tom Dunne


    Got it sorted.

    Apparently, xcode only compiles files that changed (makes sense, I suppose). As I had compiled this program previously (before I created my developer profile), it did not sign the code. When I did complete my developer profile and re-compiled, it did not change much (if anything). Therefore the new compilation did not appear to add my signature to the code, which was then rejected by the device.

    I just created a brand new test app and it transferred to the device immediately.


Advertisement