Skip to main content
All CollectionsKnowledge BaseiOS
Error: Your account has reached the maximum number of certificates
Error: Your account has reached the maximum number of certificates
Updated over a week ago

Issue

When using an Xcode Step with automatic provisioning, you receive the following error:

error: Choose a certificate to revoke. Your account has reached the maximum number of certificates. To create a new one, you must choose a certificate to revoke.

Possible solutions

You can fix this issue by revoking unused certificates and starting the build again.

The possible root cause of this issue

You may encounter this issue because you don't have an uploaded development signing certificate. Steps with automatic provisioning options generate one on the fly every time you start a build. This can eventually lead to reaching the maximum number of certificates, blocking you from starting new builds.

If you are using Steps with automatic provisioning options and don't have an uploaded development signing certificate:

  1. Open your app on Bitrise.

  2. Click the Workflows button on the main page.

  3. Go to the Code Signing tab.

  4. Add a development signing certificate.

Additional information

Did this answer your question?