1

アプリケーションを開発してアーカイブしましたが、デバイスにインストールしようとするとエラーが発生します。私は、iOS Dev Center で証明書、デバイス、およびプロビジョニング プロファイルを何度も確認してきました。XCode のすべてのビルド設定をトリプルチェックしました。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

考えられる限りのことはすべて試しました。問題を診断する方法についてのアイデアでさえ、どんな助けでも大歓迎です。

4

1 に答える 1

0

以前も同じ問題がありました。Entitlement.plist の get-task-allow を false に設定します。アプリに Entitlement.plist が含まれていない場合は、ターゲットの概要ビューで許可する必要があります。

幸運を!

于 2013-11-03T16:59:18.043 に答える