自动配置文件选择

发布于 2024-10-06 09:33:14 字数 80 浏览 2 评论 0原文

我有两个我需要的团队配置文件。 自动选择目前为我选择了错误的一个。 我不能强迫它使用特定的,因为该选择会提交给 svn。 有没有办法影响自动选择?

I have two Team provisioning profiles which I need.
The automatic selection picks the wrong one for me at the moment.
I can't force it to use a specific one, because that choice gets submitted to svn.
Is there a way to influence the automatic selection?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

肥爪爪 2024-10-13 09:33:14

我发现 XCode 选择了最后添加的团队配置文件。
因此,当您需要更改默认选择的配置文件时,只需将其重新安装到您的计算机上即可。

I figured out that XCode picks the Team Provisioning Profile that was last added.
So, When you need to change the default picked profile, just reinstall it on your machine.

长伴 2024-10-13 09:33:14

默认值是根据与每个配置文件关联的包标识符来选择的。您可能认为选择器会选择与您的项目匹配的最具体的标识符,但事实并非如此。

选择器选择与您的项目匹配的任何配置文件,并优先考虑最远的到期日期。因此,可以通过按特定顺序生成配置文件来改变选择。最近生成的配置文件的到期日期会稍晚一些,因此会优先于旧的匹配配置文件。

(摘自retrodreamer

The defaults are chosen based on the bundle identifiers associated with each profile. You might think that the selector would choose the most specific identifier which matches your project, but this is not the case.

The selector chooses any profile which matches your project, with a preference for the most distant expiry date. The selection can therefore be shifted by generating your profiles in a specific order. The most recently generated profile will have a slightly later expiration date, and will therefore be preferred over older matching profiles.

(paraphrased from retrodreamer)

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文