iOS   发布时间:2022-05-04  发布网站:大佬教程  code.js-code.com
大佬教程收集整理的这篇文章主要介绍了iphone – 使用Xcode 5 / iTunes 11的Ad-Hoc部署大佬教程大佬觉得挺不错的,现在分享给大家,也给大家做个参考。

概述

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

谢谢!

解决方法

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

希望其中一个建议有所帮助.

大佬总结

以上是大佬教程为你收集整理的iphone – 使用Xcode 5 / iTunes 11的Ad-Hoc部署全部内容,希望文章能够帮你解决iphone – 使用Xcode 5 / iTunes 11的Ad-Hoc部署所遇到的程序开发问题。

如果觉得大佬教程网站内容还不错,欢迎将大佬教程推荐给程序员好友。

本图文内容来源于网友网络收集整理提供,作为学习参考使用,版权属于原作者。
如您有任何意见或建议可联系处理。小编QQ:384754419,请注明来意。