Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reached the maximum number of available Distribution certificates

Tags:

ios

fastlane

I was trying to do fastlane match development and that blocked me with the following error message:

Could not create another Distribution certificate, reached the maximum number of available Distribution certificates.

I have only one, so I'm not so sure what's going on here.

like image 353
Alper Avatar asked Nov 07 '22 15:11

Alper


1 Answers

The resolution for me turned out to be that I did not have any Devices in the developer portal anymore.

(Apple walked me through resetting the list for some reason.)

Once I added my iPhone UDID I could do nuke and match development cleanly.

like image 128
Alper Avatar answered Nov 14 '22 22:11

Alper