Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Delete the manually created iOS Development certificate and generate from Xcode

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.

like image 911
JJBHATT Avatar asked Jul 07 '17 17:07

JJBHATT


People also ask

How do I remove code-signing certificate?

To Delete a Code Signing CertificateClick Code Signing (blue and silver shield), right-click on the Code Signing Certificate that you want to delete, and then click Delete Certificate. In the Confirm Delete window, read the warning and make sure that you really want to delete the certificate.


1 Answers

Deleting existing certificate

  1. Open Keychain Access
  2. On the left side from Keychains select login and from Category select My Certificate
  3. Look for your development certificates.
  4. Right click on it and delete it.

enter image description here

Create development certificates from Xcode.

  1. Go to Xcode preferences.
  2. Go to Accounts tab and select the apple id.
  3. Click Manage certificates
  4. And create new certificates.
like image 139
Bilal Avatar answered Sep 28 '22 06:09

Bilal