我花了最近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
答案 0 :(得分:1)
您以前是否在设备上安装了具有相同捆绑标识符的任何应用程序? 它也可能导致问题。 所以你可以试试:
从手机中删除所有adHoc应用。
从Xcode清理构建。
仔细检查您是否输入了正确的捆绑ID并选择了正确的配置文件。
您的设备是否已添加到配置文件中?可能是您创建了第一个配置文件,然后在开发人员门户中添加了设备。 (建议在开发人员门户中再次检查您的设备并再次创建adhoc配置文件。)
再次安装