如何将文件分发到iphone设备上?警告“在您的链中找不到与此配置文件匹配的有效签名身份”
在 iPhone 中安装分布式版本时,我收到警告“在您的链中找不到与此配置文件匹配的有效签名身份”,如何生成 .p12 文件。
创建 .p12 文件后,使用该 .p12 文件的步骤是什么。
我从两天开始尝试如何构建分布式文件。
I am getting warning when installing the distributed build in the iphone as "A valid signing identity matching this profile could not be found in your chain" how can I generate a .p12 file.
After creating the .p12 file what are the steps to use that .p12 file.
I am trying it from 2 days how can i build the distributed file.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
问题是从您的钥匙串和密钥中导出私钥。向您要安装证书和证书的另一台计算机提供相同的内容配置文件。
这里提到了详细信息 - http://developer.apple.com/ios “保存私钥并传输到其他系统”部分中的 /manage/certificates/team/howto.action
The thing is to export the private key from your Keychain & provide the same to the other machine where you are installing certificate & provisioning profile.
The details are mentioned here - http://developer.apple.com/ios/manage/certificates/team/howto.action in the section "Saving your Private Key and Transferring to other Systems"