TestFlight fails to install app and cannot delete partially installed app

早过忘川 提交于 2019-12-29 06:26:08

问题


I have an iOS app I am deploying via TestFlight. The app installs fine on an iPad 1 running iOS 5.1.1. The app will not install on my iPhone 4 running iOS 6.0. Both devices are included in the provisioning file. The app runs fine in the 5.1 and 6.0 simulator.

When I try to install the app to my iPhone 4, I get the following screen:

In addition, I cannot delete the partially downloaded app (it's there in the lower right hand portion of the home screen). I've tried restarting the device and resetting the device without success.

Here is the console output I get from the phone when I hit Retry (stuff in <<>> is redacted):

Oct  1 20:35:10 <<my device name>> SpringBoard[67] <Warning>: Killing <<bundleID>> for app installation
Oct  1 20:35:10 <<my device name>> installd[31] <Error>: 0x2ffd8000 handle_install: Install of "/var/mobile/Media/Downloads/-2645453250453581032/5351851639508112860" requested by itunesstored
Oct  1 20:35:12 <<my device name>> installd[31] <Error>: 0x2ffd8000 MobileInstallationInstall_Server: Installing app <<bundleID>>
Oct  1 20:35:12 <<my device name>> installd[31] <Error>: Oct  1 20:35:12  SecTrustEvaluate  [leaf CriticalExtensions IssuerCommonName]
Oct  1 20:35:13 <<my device name>> installd[31] <Error>: 0x2ffd8000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.Axitjn/foo_extracted/Payload/<<app>>.app/<<executable>>: 0xe8008017
Oct  1 20:35:13 <<my device name>> installd[31] <Error>: 0x2ffd8000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.Axitjn/foo_extracted/Payload/<<app>>.app
Oct  1 20:35:13 <<my device name>> itunesstored[66] <Error>: 0x2ffc6000 MobileInstallationInstall: failed with -1
Oct  1 20:35:13 <<my device name>> installd[31] <Error>: 0x2ffd8000 install_application: Could not preflight application install
Oct  1 20:35:13 <<my device name>> installd[31] <Error>: 0x2ffd8000 handle_install: API failed

Update

The app installs fine on another iPhone 4 running iOS 6.

Update

Similar problem here: How to force removing of an app from an iDevice


回答1:


I took my phone into the Apple store today -- and, shockingly, they were able to delete the app. All they did was pound on the delete "x" about 50 times and it eventually went away.

After getting the corrupted (?) app deleted, TestFlight can now install the app without a problem.

No idea....




回答2:


I've found this is usually caused when I delete the TestFlight WebClip from my home screen.

Uninstalling the TestFlight profile(s) from Settings > General > Profiles and re-installing them usually rectifies the issue.




回答3:


I stumbled across this exact issue. What i did to delete the icon was the following. After the error, I tapped the icon and the label changed to Installing. Tapped again the its label changed to Paused. Now when I tried to delete the icon, it worked fine...




回答4:


I had just had this issue with an app on iPhone 5c. I went into Settings > General > Usage > Manage Storage > and I deleted the app from there. It showed it as a generic picture and when I attempted to delete it asked if I wanted to delete null app. It deleted without issue from there. I think the issue on the main screen is the system does not actually view it as being there.



来源:https://stackoverflow.com/questions/12683464/testflight-fails-to-install-app-and-cannot-delete-partially-installed-app

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!