ios 配置文件不包括签名证书

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/39568112/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-08-31 10:14:47  来源:igfitidea点击:

Provision Profile doesn't include signing certificate

iosxcode

提问by BoazGarty

I've updated Xcode to 8, since than I can't run my project.

我已将 Xcode 更新为 8,因为我无法运行我的项目。

I tried to enable/disable "Automatically manage signing" option but keep on getting 2 alerts:

我尝试启用/禁用“自动管理签名”选项,但继续收到 2 个警报:

  1. your app id "..." cannot be registered to your development team.
  2. provision profile "..." doesn't include signing certificate "my signing certificate"
  1. 您的应用程序 ID“...”无法注册到您的开发团队。
  2. 配置文件“...”不包括签名证书“​​我的签名证书”

Im the team Agent on our developer portal I can see my user certificate and all seems to be valid. When I go to Xcode -> Preferences -> Account, I can see our team account attached to all our team provision profiles, but in my personal certificate I can't see any provisioning profiles attached.

我是我们的开发人员门户上的团队代理,我可以看到我的用户证书,而且一切似乎都是有效的。当我转到Xcode -> Preferences -> Account 时,我可以看到我们的团队帐户附加到我们所有的团队配置文件,但在我的个人证书中,我看不到任何附加的配置文件。

How can I add the missing provision profile to my personal certificate and why this happens?

如何将缺少的配置文件添加到我的个人证书中,为什么会发生这种情况?

I follow the linkwith no help.

没有帮助的情况下点击了链接

回答by BoazGarty

to solve the issue I had to remove all the login keys from my keychain access under certificate category. now I have only 2 login keys, Team certificate and my private certificate.

为了解决这个问题,我必须从证书类别下的钥匙串访问中删除所有登录密钥。现在我只有 2 个登录密钥,团队证书和我的私人证书。