"Unable to download application. "helloworld" could not be installed at this time.
我也试过通过iTunes和Apple Configurator进行安装.
当我第一次遇到这个错误时,我认为这可能是由于Apple的开发人员计划在几周之前停止了,所以我使用笔记本电脑上的代码签名请求重新生成了所有证书,然后重建了我的所有配置文件.
然后,我从我的iPhone和XCode中删除了所有配置文件,并从手机中删除了TestFlight.
然后,我将应用程序存档,上传到测试航班,授予配置文件中的所有设备,并通过下载链接发送通知电子邮件.
当我尝试下载时,进度条几乎一直到最后,然后弹出错误.这是我在安装过程中在控制台中看到的内容(来自iPhone配置实用程序):
SpringBoard[67] <Warning>: Killing com.helloworldapp for app installation installd[53] <Error>: 0x2c6000 handle_install: Install of "/var/mobile/Media/Downloads/-2429066128781955904/-410631401396950200" requested by itunesstored installd[53] <Error>: 0x2c6000 MobileInstallationInstall_Server: Installing app com.helloworldapp installd[53] <Error>: Aug 23 11:45:37 SecTrustEvaluate [leaf CriticalExtensions IssuerCommonName] installd[53] <Error>: 0x2c6000 verify_signer_identity: MISValidateSignatureAndCopyInfo Failed for /var/tmp/install_staging.a1ku9y/foo_extracted/Payload/helloworld.app/helloworld: 0xe8008017 installd[53] <Error>: 0x2c6000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.a1ku9y/foo_extracted/Payload/helloworld.app installd[53] <Error>: 0x2c6000 install_application: Could not preflight application install itunesstored[71] <Error>: 0x183b000 MobileInstallationInstall: Failed with -1 installd[53] <Error>: 0x2c6000 handle_install: API Failed
所以我有全新的证书和配置文件,配置文件包含我正在尝试嵌入的设备,我已经在TestFlight中获得了这些设备的许可.
我现在不知所措,过去我已经解决了类似的问题,所以我已经完成了所有常用的想法.
而且我也试过增加版本号,(这在过去有效)但没有运气.
我最近将项目从我的/ Users /文件夹移动到外部硬盘驱动器,但我已经更新了所有必要的路径,我可以构建应用程序并通过Xcode运行它,所以我看不出这是怎么回事.
更新:感谢Jason的回答,我设法从Apple配置器中获得了不同的错误
A signed resource has been added,modified or deleted -402620393 com.apple.mdk.amderror
更新:为了完整性,这是我在尝试通过iTunes同步时在iPhone上遇到的错误:
iTunes Sync: 'helloworld' Failed to install
解决方法
在这种情况下,最好的做法是将您的IPA(您上传到TestFlight的IPA)和手动安装到设备上.如果您使用Apple’s Configurator,这非常简单.如果Apple的配置程序无法安装它,则问题不是由TestFlight引起的,并且希望配置程序能够为您提供更好的错误消息,以帮助解决问题.如果它可以安装它,那么它可能是TestFlight问题,您应该向我们发送支持请求here.
无论哪种方式,让我知道会发生什么.希望我们可以进行另一次上传检查以防止下次这种情况.