我在 Xcode 的代码签名面板中找不到我的配置文件
通常,我应该在此处的列表中看到我的配置文件:
为什么我没有收到它?
Normally, i should see my provisioning profile in the list here:
Why i am not getting it please?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
(对于 Xcode 4.x)在管理器中选择
teams 选项卡
,然后单击右下角的refresh
按钮。组织者会自动为您下载所有证书、密钥和配置文件。实际上,我发现每次在配置门户上更改某些内容时单击此按钮是一个好主意。
当然,如果您输入错误,这也无济于事配置门户或 info.plist 中的某些内容(捆绑包标识符等)
(For Xcode 4.x) Select the
teams tab
in the Organizer, then click on therefresh
button in the bottom right corner. The organizer will automatically download all the certificates, keys and profiles for you.Actually I found it a good idea to click this button every time I change something on provisioning portal.
Of course it does not help if you mistype something on the provisioning portal or in info.plist (bundle identifiers etc)
确保您已下载 WWDR 中间证书。您的开发人员配置文件特定于您的机器。因此,如果您在旧机器上进行设置,则需要重新进行设置。
您可以转到管理器(窗口->管理器)查看是否有问题。单击设备选项卡。在侧面单击“配置配置文件”。不良的个人资料将带有红色或黄色横幅并附有解释。
Make sure you have the WWDR intermediate certificate downloaded. Your developer profile is specific to your machine. So if you set it up on an old machine, you'll need to do it again.
You can take a look and see if somethings wrong by going to the organizer (Window->Organizer). Click the device tab. On the side click on Provisioning Profiles. Profiles that are bad will have a red or yellow banner with an explanation.