Remove manually generated iOS development certificate and build from Xcode

Is it possible to delete an existing manually generated iOS development certificate and regenerate it using Xcode? If then, can you please share with me what steps should be taken for this? This way it doesn't conflict when using the same mailid to generate the iOS dev profile and provisioning profile from Xcode.

+3


source to share


1 answer


Removing an existing certificate

  • Open Keychain Access

  • On the left side of Keychains

    select login

    and Category

    selectMy Certificate

  • Look for development certifications.
  • Right click on it and delete it.

enter image description here



Create development certificates from Xcode.

  • Go to Xcode Preferences.
  • Go to the tab Accounts

    and select the apple id.
  • Click on Manage certificates

  • And create new certificates.
+5


source







All Articles