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
Delete the manually created iOS Development certificate and generate from Xcode
提问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
删除现有证书
- Open
Keychain Access
- On the left side from
Keychains
selectlogin
and fromCategory
selectMy Certificate
- Look for your development certificates.
- Right click on it and delete it.
- 打开
Keychain Access
- 在左侧 from
Keychains
selectlogin
和 fromCategory
selectMy Certificate
- 查找您的开发证书。
- 右键单击它并删除它。
Create development certificates from Xcode.
从 Xcode 创建开发证书。
- Go to Xcode preferences.
- Go to
Accounts
tab and select the apple id. - Click
Manage certificates
- And create new certificates.
- 转到 Xcode 首选项。
- 转到
Accounts
选项卡并选择Apple ID。 - 点击
Manage certificates
- 并创建新证书。