簡體   English   中英

iOS安裝錯誤:ApplicationVerificationFailed

[英]iOS Installation Error: ApplicationVerificationFailed

我花了最近6個小時在網上搜索這個錯誤,我已閱讀並嘗試了許多建議的解決方案,仍然無法解決我的問題。 所以,希望有人能指出我這次正確的方向。

我正在使用FDT來構建AIR應用程序,我可以使用iOS模擬器對其進行測試,我可以將其打包並部署到iTuneConnect但我無法將其推送到我的iPhone以便我可以測試它。 我確信我的mobileprovision是正確的(我用XCode 5檢查),app id是正確的,p12也是好的。

這是我從XCode控制台獲得的日志:

Mar  9 22:27:32 202-436-0338 installd[17] <Notice>: 0x10050c000 MobileInstallationInstall_Server: Installing app com.abcd.bht
Mar  9 22:27:33 202-436-0338 installd[17] <Error>: 0x10050c000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.WPRL4j/foo_extracted/Payload/BHT.app/BHT: 0xe8008015
Mar  9 22:27:33 202-436-0338 installd[17] <Error>: 0x10050c000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.WPRL4j/foo_extracted/Payload/BHT.app
Mar  9 22:27:33 202-436-0338 installd[17] <Error>: 0x10050c000 install_application: Could not preflight application install
Mar  9 22:27:33 202-436-0338 mobile_installation_proxy[142] <Error>: 0x10050c000 MobileInstallationInstallForLaunchServices: failed with -1
Mar  9 22:27:33 202-436-0338 mobile_installation_proxy[142] <Warning>: ERROR: MobileInstallationInstallForLaunchServices returned nil
Mar  9 22:27:33 202-436-0338 mobile_installation_proxy[142] <Error>: 0x10050c000 handle_install: Installation failed: Error Domain=LaunchServicesError Code=0 "The operation couldn’t be completed. (LaunchServicesError error 0.)" UserInfo=0x12c5121d0 {Error=ApplicationVerificationFailed, ErrorDetail=-402620395}
Mar  9 22:27:33 202-436-0338 installd[17] <Error>: 0x10050c000 handle_install_for_ls: API failed

供應文件正確,如XCode中所示

您以前是否在設備上安裝了具有相同捆綁標識符的任何應用程序? 它也可能導致問題。 所以你可以嘗試:

  1. 從手機中刪除所有adHoc應用。

  2. 從Xcode清理構建。

  3. 仔細檢查,如果您輸入正確的捆綁ID並選擇了正確的配置文件。

  4. 您的設備已添加到配置文件? 可能是您創建了第一個配置文件,然后在開發人員門戶中添加了設備。 (建議在開發人員門戶中再次檢查您的設備並再次創建adhoc配置文件。)

  5. 再次安裝

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM