iOS企业分发问题

时间:2011-09-22 02:40:19

标签: ios

它正在工作,但在发布另一个版本后,OTA无线安装开始不再工作..给我错误说无法下载应用程序..使用完全相同的配置文件并做了一切相同..但它不工作..

在我尝试安装时从手机中抓取日志

Sep 22 12:16:51 Wills-iPhone lockdownd[17] <Error>: 2ff15000 handle_connection: Could not receive USB message #6 from iPhone Configuration Utility. Killing connection

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: entitlement 'keychain-access-groups' has value not permitted by a provisioning profile

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: entitlement 'com.apple.developer.ubiquity-container-identifiers' has value not permitted by a provisioning profile

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: entitlement 'com.apple.developer.ubiquity-kvstore-identifier' has value not permitted by a provisioning profile

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: entitlement 'application-identifier' has value not permitted by a provisioning profile

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: 2ffc4000 verify_signer_identity: Could not copy validate signature: -402620394

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: 2ffc4000 preflight_application_install: Could not verify executable at /var/tmp/install_staging.DCVRV3/foo_extracted/Payload/ON Test.app

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: 2ffc4000 install_application: Could not preflight application install

Sep 22 12:16:52 Wills-iPhone installd[608] <Error>: 2ffc4000 handle_install: API failed

Sep 22 12:16:52 Wills-iPhone com.apple.itunesstored[606] <Notice>: MobileInstallationInstall: failed with -1

1 个答案:

答案 0 :(得分:0)

转到http://developer.apple.com/ios/并确保Apple的证书尚未撤销或过期。

相关问题