使用Xcode 5 / iTunes 11进行特别部署

时间:2013-10-02 13:17:45

标签: iphone ios xcode

我对使用iTunes 11临时分发应用程序有一个奇怪的问题。 所有设置似乎都没问题(配置文件,证书等)。 我从xcode 5分发应用程序,使用adhoc证书进行签名并将其添加到iTunes。 我将应用程序从iTunes安装到我的设备(iPhone 5,IOS 7.0.2),一切正常,但是当它完成时,应用程序在设备上保持深灰色/阴影(中间没有加载进度圆)。如果我点击应用程序,它将永远显示“正在安装...”。

此应用程序是旧版本的升级版本,可以安装旧版本,没有任何问题。主要的变化是从非弧到弧的转换和用故事板替换的xib。

Oct  2 16:41:04 Kiphone installd[62] <Notice>: 0x2c3000 handle_install_for_ls: Install of "/var/tmp/com.apple.atc.Apps/com……" requested by atc
Oct  2 16:41:04 Kiphone installd[62] <Notice>: 0x2c3000 MobileInstallationInstall_Server: Installing app com…..
Oct  2 16:41:04 Kiphone installd[62] <Notice>: 0x2c3000 install_application: Installing placeholder
Oct  2 16:41:05 Kiphone installd[62] <Notice>: 0x2c3000 MobileInstallationInstall_Server: Staging: 0.01s; Waiting: 0.00s; Installation: 0.21s; LS Sync: 0.00s; Overall: 0.21s
Oct  2 16:41:11 Kiphone installd[62] <Notice>: 0x241000 MobileInstallationInstall_Server: Installing app com……
B2-4725-AD8B-07C3CCDFB4A9. shouldCommit=1.
Oct  2 16:41:11 Kiphone installd[62] <Error>: profile not valid: 0xe8008012
Oct  2 16:41:11 Kiphone installd[62] <Error>: 0x241000 install_embedded_profile: Could not install embedded profile: 0xe8008012
Oct  2 16:41:14 Kiphone installd[62] <Error>: entitlement 'keychain-access-groups' has value not permitted by provisioning profile 'SSMobile AdHoc CC'
Oct  2 16:41:14 Kiphone installd[62] <Error>: entitlement 'keychain-access-groups' has value not permitted by provisioning profile 'iSS mobile adhoc'
Oct  2 16:41:14 Kiphone installd[62] <Error>: 0x241000 verify_signer_identity: MISValidateSignatureAndCopyInfo failed for /var/tmp/install_staging.DTmWby/foo_extracted/Payload/ssmD.app/ssmD: 0xe8008016
Oct  2 16:41:14 Kiphone installd[62] <Error>: 0x241000 do_preflight_verification: Could not verify executable at /var/tmp/install_staging.DTmWby/foo_extracted/Payload/ssmD.app
Oct  2 16:41:14 Kiphone installd[62] <Error>: 0x241000 install_application: Could not preflight application install
Oct  2 16:41:15 Kiphone installd[62] <Error>: 0x241000 handle_install_for_ls: API failed

谢谢!

1 个答案:

答案 0 :(得分:4)

这通常是因为我找到的一些原因发生的:
- 如果使用正确的身份和配置文件签署构建,则检查100次 - 如果设备是新添加到门户网站和配置文件中,请确保已下载新配置文件并将其添加到Xcode
- 尝试从设备中删除特定配置文件
- 尝试重新启动设备,计算机
- 检查设备日志,尤其是installd行,以查看无效的配置文件 - 检查门户中设备的UDID是否正确(应用程序在iOS7上不再显示正确的UDID)
- 一旦安装新的iOS,我必须等待5-10分钟才能安装,并且从未发生过agian。

希望其中一条建议有所帮助。