xcode 删除手动创建的iOS开发证书并从Xcode生成

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

Delete the manually created iOS Development certificate and generate from Xcode

iosxcodexamarin.ios

提问by JJBHATT

Can we delete the existing manually generated iOS development Certificate and re-generate using the XCode? If then, can you please share me the steps need to be taken for that? So, it does not conflict when using same mailid to generate iOS dev cert and provisioning profile from XCode.

我们可以删除现有的手动生成的iOS开发证书并使用XCode重新生成吗?如果是这样,你能告诉我需要采取的步骤吗?因此,使用相同的 mailid 从 XCode 生成 iOS 开发证书和配置文件时不会发生冲突。

回答by Bilal

Deleting existing certificate

删除现有证书

  1. Open Keychain Access
  2. On the left side from Keychainsselect loginand from Categoryselect My Certificate
  3. Look for your development certificates.
  4. Right click on it and delete it.
  1. 打开 Keychain Access
  2. 在左侧 from Keychainsselectlogin和 from CategoryselectMy Certificate
  3. 查找您的开发证书。
  4. 右键单击它并删除它。

enter image description here

在此处输入图片说明

Create development certificates from Xcode.

从 Xcode 创建开发证书。

  1. Go to Xcode preferences.
  2. Go to Accountstab and select the apple id.
  3. Click Manage certificates
  4. And create new certificates.
  1. 转到 Xcode 首选项。
  2. 转到Accounts选项卡并选择Apple ID。
  3. 点击 Manage certificates
  4. 并创建新证书。