Xcode 在代码签名标识中看不到我的开发人员证书

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/17921429/
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-09-15 03:38:26  来源:igfitidea点击:

Xcode does not see my developer certificate in Code Signing Identity

iosxcodekeychaincodesign

提问by Yucel Bayram

I renewed my IOS Developer Certificate, i deleted old ones from keychains and clicked on my certificate. Everything looks normal in keychains, i have distribution,developer, WWDC certificates in there.Every profile look valid with green marks Under Teams and Provisioning Profiles section in Organizer but in Xcode under Code Signing Identity there is no profile currently match developer profile under Automatic Profile Selector(Recommended). What can i do about it? thanks in advance.

我更新了我的 IOS 开发人员证书,我从钥匙串中删除了旧证书并点击了我的证书。钥匙串中的一切看起来都很正常,我在那里有发行版、开发者、WWDC 证书。每个配置文件看起来都有效并带有绿色标记在组织器中的团队和配置配置文件部分下,但在代码签名标识下的 Xcode 中,当前没有配置文件与自动配置文件下的开发人员配置文件匹配选择器(推荐)。我该怎么办?提前致谢。

采纳答案by Tatiana

First of all check in Xcode -> Preferences -> Account that you have your new profile in the list, refresh the list if it needed.

首先检查 Xcode -> Preferences -> Account 你在列表中有你的新配置文件,如果需要刷新列表。

Check in Building Settings of the project that you chose your new profile's certificate as Code Signing Identity for build type that you do (release or debug).

检查您选择新配置文件的证书作为您执行的构建类型(发布或调试)的代码签名标识的项目的构建设置。

回答by IPv6

Also check that in Xcode -> Preferences -> Account your don`t have red exclamation marks with label "Request timed out" I had this error, and it is gone after i re-logged in using button near this mark (with entering password, etc)

还要检查在 Xcode -> 首选项 -> 帐户中你没有带有标签“请求超时”的红色感叹号我有这个错误,在我使用这个标记附近的按钮重新登录后它就消失了(输入密码, 等等)