无法下载应用程序,无法安装应用程序

时间:2012-08-09 15:09:07

标签: xcode ipad

我已经多次看过这个问题,但我的确切情况似乎并不适用。希望有人可以提供帮助!

我正在将应用程序部署到iPad。我使用开发配置文件开发它,并且可以将其无问题地部署到分配的设备。一切都很好。

所以我准备发布它了。我们正在使用Enterprise Ad-Hoc发行版,它是Apple Enterprise Developer计划的一部分。我为应用程序创建了一个分发配置文件,下载了配置文件并将其加载到Xcode中,获得了相应的证书,因此它已经完全签名。我使用应用程序的分发配置文件显式构建了分发。但是,当我尝试安装时,我们得到臭名昭着的“无法加载应用程序,此时无法安装应用程序”。设备控制台具有以下错误:

Aug  9 10:50:43 unknown installd[12695] <Error>: entitlement 'get-task-allow' has value not permitted by a provisioning profile
Aug  9 10:50:43 unknown installd[12695] <Error>: entitlement 'get-task-allow' has value not permitted by a provisioning profile
Aug  9 10:50:43 unknown installd[12695] <Error>: 2ffba000 verify_signer_identity: Could not copy validate signature: -402620394
Aug  9 10:50:43 unknown installd[12695] <Error>: 2ffba000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.xU9kDU/foo_extracted/Payload/APP.app
Aug  9 10:50:43 unknown com.apple.itunesstored[12694] <Notice>: MobileInstallationInstall: failed with -1
Aug  9 10:50:43 unknown installd[12695] <Error>: 2ffba000 install_application: Could not preflight application install
Aug  9 10:50:43 unknown installd[12695] <Error>: 2ffba000 handle_install: API failed
Aug  9 10:50:43 unknown installd[12695] <Error>: 2ffba000 send_message: failed to send mach message of 71 bytes: 10000003
Aug  9 10:50:43 unknown installd[12695] <Error>: 2ffba000 send_error: Could not send error response to client
Aug  9 10:50:54 unknown lockdownd[26] <Notice>: 00381000 lockssl_handshake: SSLHandshake returned -9806
Aug  9 10:50:54 unknown lockdownd[26] <Notice>: 00381000 handle_start_session: Could not enable SSL. Closing connection.
Aug  9 10:50:54 unknown notification_proxy[12630] <Error>: Could not receive size of message: 0 Invalid argument
Aug  9 10:50:54 unknown notification_proxy[12630] <Error>: Could not receive message
Aug  9 10:50:54 unknown notification_proxy[12626] <Error>: Could not receive size of message: 0 Invalid argument
Aug  9 10:50:54 unknown notification_proxy[12626] <Error>: Could not receive message
Aug  9 10:51:03 unknown kernel[0] <Debug>: lockbot[12696] Builtin profile: gputoolsd (sandbox)

我做错了什么想法?这似乎暗示供应配置文件不正确,但我肯定使用包含该应用程序的分发配置文件。它还暗示了SSL问题;托管可分发服务的站点不支持SSL,但这似乎不是必需的。

提前致谢。

1 个答案:

答案 0 :(得分:0)

显然,当您升级iOS开发人员程序子目录时,您需要创建新的分发证书(该证书应由Team Agent创建)。 看到这篇文章:

https://developer.apple.com/library/ios/#documentation/NetworkingInternet/Conceptual/RemoteNotificationsPG/ProvisioningDevelopment/ProvisioningDevelopment.html#//apple_ref/doc/uid/TP40008194-CH104-SW1

相关问题