在“帐户”中刷新后,配置文件无效。 Xcode的标签

在“帐户”中刷新后,配置文件无效。 Xcode的标签

问题描述:

在这里不幸的令人沮丧的循环。这个问题大约在一个月前开始在Xcode 5中发生,我刚刚处理它希望它可以消除Xcode 6,但我仍然看到它发生在Xcode 6的当前App Store版本中。

In an unfortunately frustrating loop here. This issue started occurring in Xcode 5 about a month ago and I have just been dealing with it hoping that it would go away with Xcode 6 but I'm still seeing it happen in the current App store release of Xcode 6.

访问Xcode中的帐户标签,然后点击一个帐户并点击刷新按钮下载该用户的配置文件,而不是全部失效。然后我必须进入开发人员门户并手动重新生成每个门户。获取有效配置文件的唯一方法是从开发人员门户手动将每个配置文件下载到我们的每台机器上,这是不理想的。这种情况发生的原因是我错过了吗?我以前从未遇到过这个问题。如果重要,这些不是默认的团队配置文件,我们制作并管理我们自己的。

When visiting the "Accounts" tab in Xcode, then tapping on an account and clicking the "refresh" button to download the provisioning profiles for that user, instead they all get invalidated. Then I have to go into the developer portal and manually regenerate each one. The only way to get the valid profiles is to download each one manually from the developer portal onto each of our machines which is not ideal. Is there a reason this is happening that I'm missing? I've never had this issue before. If it matters, these are not the default team profiles, we made and manage our own.

问题似乎已经解决本身对我们来说。我真正做的唯一事情是重置所有本地配置配置文件,方法是从〜/ Library / MobileDevice / Provisioning Profiles 中删除​​它们。不确定这是否有所不同,但我怀疑可能有一些重复的配置文件在某种程度上导致其他问题,这似乎也解决了。如果有人有明确的答案,你仍然可以在这里发帖。

The issue seems to have resolved itself for us. The only thing I really did was reset all local provisioning profiles by deleting them from ~/Library/MobileDevice/Provisioning Profiles. Not sure if that made the difference but I suspected there may have been some duplicate profiles in there somehow causing other issues and this one seemed to be resolved too. If someone has a definitive answer, you're still welcome to post it here.