Ad Hoc iOS .ipa文件不会安装在设备上

时间:2013-11-03 15:27:00

标签: ios xcode5 provisioning-profile adhoc

我开发了一个应用程序,将其归档,当我试图将其安装到我的设备上时,出现了错误。 我已经遍历iOS开发人员中心的证书,设备和配置文件。我已经三次检查了XCode中的所有Build Settings。它内置在XCode 5中。

尝试在设备上安装应用时,这是控制台的输出:

Nov  3 16:29:37 iPhone-4S itunesstored[96] <Warning>: LaunchServices: installing app for existing placeholder LSApplicationProxy: Lezgro.MyCity (Placeholder)
Nov  3 16:29:37 iPhone-4S itunesstored[96] <Warning>: LaunchServices: Creating installProgressForApplication:LSApplicationProxy: Lezgro.MyCity (Placeholder) withPhase:1
Nov  3 16:29:37 iPhone-4S lsd[991] <Warning>: LaunchServices: Updating installState for parent <NSProgress: phase=Installing; state=Failed; fractionCompleted=0.740000> to LSInstallStateWaiting
Nov  3 16:29:37 iPhone-4S lsd[991] <Warning>: LaunchServices: Updating installPhase for parent <NSProgress: phase=Installing; state=Waiting; fractionCompleted=0.740000> to 1
Nov  3 16:29:37 iPhone-4S installd[62] <Notice>: 0x255000 handle_install_for_ls: Install of "/var/mobile/Media/Downloads/-8408645959906944348/-1707336500984960283" requested by itunesstored
Nov  3 16:29:40 iPhone-4S touchsetupd[117] <Warning>: WPTransfer deallocing
Nov  3 16:29:40 iPhone-4S cplogd[1751] <Warning>: Starting.
Nov  3 16:29:41 iPhone-4S installd[62] <Notice>: 0x255000 MobileInstallationInstall_Server: Installing app Lezgro.MyCity
Nov  3 16:29:41 iPhone-4S installd[62] <Error>: unrecognized status -67068 from codesigning library
Nov  3 16:29:41 iPhone-4S installd[62] <Error>: 0x255000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.xzbEO9/foo_extracted/Payload/MyCity.app/MyCity: 0xe8008001
Nov  3 16:29:41 iPhone-4S installd[62] <Error>: 0x255000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.xzbEO9/foo_extracted/Payload/MyCity.app
Nov  3 16:29:41 iPhone-4S installd[62] <Error>: 0x255000 install_application: Could not preflight application install
Nov  3 16:29:41 iPhone-4S itunesstored[96] <Error>: 0x1e7a000 MobileInstallationInstallForLaunchServices: failed with -1
Nov  3 16:29:41 iPhone-4S itunesstored[96] <Warning>: ERROR: MobileInstallationInstallForLaunchServices returned nil
Nov  3 16:29:41 iPhone-4S lsd[991] <Warning>: LaunchServices: installation failed for app Lezgro.MyCity
Nov  3 16:29:41 iPhone-4S itunesstored[96] <Warning>: LaunchServices: installPhaseFinishedForProgress: Lezgro.MyCity.Installing - <NSProgress: phase=Installing; state=Failed; fractionCompleted=0.000000> called, removing progress from cache
Nov  3 16:29:41 iPhone-4S installd[62] <Error>: 0x255000 handle_install_for_ls: API failed
Nov  3 16:29:43 iPhone-4S SpringBoard[34] <Warning>: Killing Lezgro.MyCity for app installation

我已经尝试了我能想到的一切。任何帮助,甚至是关于如何诊断问题的想法,都将不胜感激。

1 个答案:

答案 0 :(得分:0)

之前我遇到过同样的问题。 将Entitlement.plist中的get-task-allow设置为false。如果您的应用不包含Entitlement.plist,则必须在目标摘要视图中允许它。

祝你好运!