Hi,
I’ve run out of ideas to get my app onto my iphone. I’ve done this before but can’t get it working this time.
I’ve added the devices UUID to the provisioning profile
If I hook it up to XCode, then the provisioning profile that I’m using shows up under the phone as a valid profile.
This is what I’m getting in the console when I try to install from ITunes:
Mar 3 09:33:35 Natalies-iPhone installd[62] <Notice>: 0x241000 handle_install_for_ls: Install of “/var/mobile/Media/PublicStaging/TheBestCricketGameEver.ipa” requested by atc
Mar 3 09:33:35 Natalies-iPhone installd[62] <Notice>: 0x241000 MobileInstallationInstall_Server: Installing app com.sportspunter.cricket
Mar 3 09:33:35 Natalies-iPhone installd[62] <Error>: 0x241000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.MMNucf/foo_extracted/Payload/TheBestCricketGameEver.app/TheBestCricketGameEver: 0xe800801c
Mar 3 09:33:35 Natalies-iPhone installd[62] <Error>: 0x241000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.MMNucf/foo_extracted/Payload/TheBestCricketGameEver.app
Mar 3 09:33:35 Natalies-iPhone installd[62] <Error>: 0x241000 install_application: Could not preflight application install
Mar 3 09:33:35 Natalies-iPhone atc[593] <Error>: 0x1c2c000 MobileInstallationInstallForLaunchServices: failed with -1
Mar 3 09:33:35 Natalies-iPhone atc[593] <Warning>: ERROR: MobileInstallationInstallForLaunchServices returned nil
Mar 3 09:33:35 Natalies-iPhone lsd[76] <Warning>: LaunchServices: installation failed for app com.sportspunter.cricket
Mar 3 09:33:35 Natalies-iPhone atc[593] <Warning>: LaunchServices: installPhaseFinishedForProgress: com.sportspunter.cricket.Installing - <NSProgress: phase=Installing; state=Failed; fractionCompleted=0.000000> called, removing progress from cache
Is it possible to pinpoint what the problem is from this log?
thanks