iPhone - 代码签名、配置、证书
我正在尝试生成 IPA 文件以在某些设备中进行测试,但是当我尝试使用 iPhone 配置实用程序在这些设备中安装时,我收到以下消息:“未找到此可执行文件的有效配置文件”。
我仔细检查了证书和配置(分发),项目->构建设置->代码签名和目标 ->构建设置->代码签名身份也正确。
当我尝试 Archive -> 时,我意识到了这一点。分享,身份没有有效的配置文件(看图片):
有效的 XHTML http://tlab.in/协同设计.png。
我用谷歌搜索了一整天,但找不到任何有帮助的东西。有什么想法吗?
I'm trying to generate an IPA file for test in some devices, but when I try to install in these devices with IPhone Configuration Utility, I receive this message: "A valid provisioning profile for this executable was not found ".
I double-checked the certificate and provisioning(distribution), the Project-> Build Settings -> Code Signing and Target -> Build Settings -> Code Signing Identity are correct too.
Something that I realised is when I try Archive -> Share, the Identity has no valid provisioning profile (look at the picture):
Valid XHTML http://tlab.in/codesign.png.
I googled all the day and I couldn't find anything that would help. Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
以下是您应该查看的常见问题:
我希望这对你有帮助
Here are common issues that you should review:
I hope this helps you
在这种情况下,您分配给应用程序的捆绑包 ID 没有有效的 AdHoc 配置文件。如果您要创建要共享的 IPA - 它需要是 AdHoc 配置文件 - 并确保捆绑包 ID 匹配。
In this case, there is no valid AdHoc provisioning profile for the bundle ID that you assigned to the application. If you are going to create an IPA to share - it needs to be an AdHoc profile - and be sure that bundle ID matches.