临时配置文件 [英] Adhoc provision profile

查看:33
本文介绍了临时配置文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是 iPhone 开发的新手.我有这个问题:

I am new to iPhone development. I have this problem :

我正在与另一位开发人员合作,他生成了一个 ADhoc_APP.mobileprovision 以将应用程序分发给测试人员.他可以通过构建/归档/共享来用他的机器生成 .ipa ...

I am working with another developer and he has generated an ADhoc_APP.mobileprovision to distribute the application to the testers. He can generate the .ipa with his machine by doing the build/archive/share...

他通过电子邮件向我发送了 adhoc_app.mobileprovision 以将其安装到我的 xcode 中.问题是我试图将它集成到我的 xcode 中,但我不能.

He sent me the adhoc_app.mobileprovision by email to install it in my xcode. The problem is I have tried to integrate it to my xcode and I can't.

当我在计算机上进行构建/归档时,出现错误:代码签名错误:身份iPhone 分发版"与任何配置文件中的任何身份都不匹配.

When I do build/archive on my computer I get the error : Code Sign error: The identity 'iPhone Distribution' doesn't match any identity in any profile.

请有人告诉我如何在我的机器上集成临时配置文件(如果还有其他事情要做),以便我可以生成 .ipa.

Please, can someone tell me how to integrate the adhoc provision profile on my machine ( and if there are other things to do) so I can generate the .ipa.

感谢您的回答

推荐答案

临时配置文件通常不用于开发,而是用于不使用 XCode 的测试人员.他们只需安装配置,然后安装应用程序.

Adhoc provisioning profiles are usually not for development, but for testers not using XCode. They just install the provisioning, and then, the app.

如果您拥有包含所有有效证书(团队和开发人员)和源代码的开发人员资料,请在您的项目设置中选择 iPhone 开发人员.

If you have a developer profile with all valid certificates (team & developper) and the source code, then choose iPhone Developer in your project settings.

如果您想使用临时配置文件对应用程序进行签名,那么您必须与生成临时配置文件的开发人员在同一个开发团队"中

If you want to sign the application with the adhoc provisioning profile, then you have to be in the same "development team" that the developer who generated the adhoc profile

PS:查看同一主题的所有其他主题...

PS : take a look to all other topics on the same subject...

这篇关于临时配置文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆