I am trying to create an application with the settings [Debug | Iphone] [Debug | Iphone] or [Release | Iphone] [Release | Iphone] , and I always get the following errors in the Monodevelop Deploy to Device window:
Installing application Installation failed: AMDeviceInstallApplication returned: 0xe8008017 The application was terminated by a signal: SIGHUP
The Xcode Organizer device log shows this during installation
Tue Jul 19 10:30:54 unknown installd[1527] <Error>: 2ff68000 verify_signer_identity: Could not copy validate signature: -393026204 Tue Jul 19 10:30:54 unknown installd[1527] <Error>: 2ff68000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.7XofYW/My-App.app Tue Jul 19 10:30:54 unknown installd[1527] <Error>: 2ff68000 install_application: Could not preflight application install Tue Jul 19 10:30:54 unknown mobile_installation_proxy[1526] <Error>: handle_install: Installation failed
I have a training profile that has always worked for this application. I read that the package id must be correct, but my application id is a random number. * So package id should not work? I tried (unsuccessfully) to make a special service provisioning profile for the last day or so, but the build parameters indicate the correct provisioning profile, and the "Identity", which I assume is the representative of the certificate for use with the provisioning profile.
Any help to put me in the right direction would be great, thanks.
source share