Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Xcode 4.5 - can't install developer .ipa files via iTunes

I had many times making a developer builds for testing purpose and everything was working fine. Was! After updating my Xcode to version 4.5 I can't install my developer builds via iTunes. This situation is the same on every device I had in provision profile.

What I have and what I had checked double times with other developers to avoid personal mistake: 1) developer certificate 2) developer provision profile with added right devices 3) right build process

After success build of app me and other developers try to install it via iTunnes (10.7) but only error dialog appears that Synchronisation failed.

The very important info is, that I can build runnable app in xCode 4.2 and install it via iTunnes without any troubles with the same certificate and provision profiles

I can run the app directly on device if I run it via Xcode

Checked all apple's recommendation and I have all right:https://developer.apple.com/library/ios/#technotes/tn2009/tn2242.html

Checked lots of forums with similar issue and I have done many steps trying to reduce this problem starting with revoking ALL certificates, making new developers profiles with particular devices, cleaned tmp folders in Xcode together with build dir. I had delete all certificates, keys from KeyChain and import new ones. Deleted all provision profiles on device and install new one. Clean project, change a build architecture "armv", base SDK - Latest iOS 6.

Many thanks for your responce!!!

This is a part of log file from device (iPhone5 iOS 6.1)


Nov  7 23:31:04  lockdownd[29] <Notice>: 016ca000 __copy_itunes_value_block_invoke_0: com.apple.mobile.iTunes.store/PurchaseTypes -> (null)
Nov 7 23:31:09 installd[31] <Error>: 0x343000 handle_install: Install of "/var/mobile/Media/PublicStaging/denik4.ipa" requested by itunesstored
Nov 7 23:31:09 installd[31] <Error>: 0x343000 MobileInstallationInstall_Server: Installing app cz.newslab.denik
Nov 7 23:31:09 installd[31] <Error>: profile not valid: 0xe8008012
Nov 7 23:31:09 installd[31] <Error>: 0x343000 install_embedded_profile: Could not install embedded profile: 0xe8008012
Nov 7 23:31:09 installd[31] <Error>: Nov 7 23:31:09 SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName]
Nov 7 23:31:09 mobile_assertion_agent[94] <Notice>: service_one_connection: Connection closed for client iTunes.
Nov 7 23:31:10 installd[31] <Error>: entitlement 'keychain-access-groups' has value not permitted by a provisioning profile
Nov 7 23:31:10 installd[31] <Error>: entitlement 'aps-environment' has value not permitted by a provisioning profile
Nov 7 23:31:10 installd[31] <Error>: entitlement 'application-identifier' has value not permitted by a provisioning profile
Nov 7 23:31:10 installd[31] <Error>: 0x343000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.yDZPNm/foo_extracted/Payload/denik.app/denik: 0xe8008016
Nov 7 23:31:10 installd[31] <Error>: 0x343000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.yDZPNm/foo_extracted/Payload/denik.app
Nov 7 23:31:10 installd[31] <Error>: 0x343000 install_application: Could not preflight application install
Nov 7 23:31:10 itunesstored[66] <Error>: 0x1786000 MobileInstallationInstall: failed with -1
Nov 7 23:31:10 installd[31] <Error>: 0x343000 handle_install: API failed

iPhone 5, iOS 6.0.1

Posted on Nov 9, 2012 2:25 AM

Reply
5 replies

Nov 13, 2012 11:05 AM in response to monty.h

Try this one (it helps me):


1/ Get your ipa file and rename to .zip

2/ Unzip this file

3/ In console run command:

codesign --verify -vvvv ~/Desktop/Payload/TeenDream.app


Where TeenDream.app is your app name from IPA file.


This one shows me really errors (list of resources had hidden files which ones not copied to the bundle).


thanks,

Xcode 4.5 - can't install developer .ipa files via iTunes

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.