无法创建另一个分发证书,已达到可用分发证书的最大数量
Could not create another Distribution certificate, reached the maximum number of available Distribution certificates
当我使用此命令生成 iOS 分发证书时:
fastlane match adhoc
显示此错误:
[!] Could not create another Distribution certificate, reached the maximum number of available Distribution certificates.
我在 GitHub 上检查我的证书库,现在只包含开发证书。
为什么我无法生成分发证书?证书只能在一种环境下使用?如何使旧的开发证书失效?我应该怎么做才能让它发挥作用?但是现在我重新调用开发证书还是报这个错:
只有一个开发证书还告诉我:Could not create another Development certificate, reached the maximum number of available Development certificates
.
直到2021.08.18,苹果只支持每个开发账户3个分发证书,令我惊讶的是,苹果没有向开发者提及这个限制。这是我从以下位置获得此信息的地方:https://developer.apple.com/forums/thread/100611.
当我使用此命令生成 iOS 分发证书时:
fastlane match adhoc
显示此错误:
[!] Could not create another Distribution certificate, reached the maximum number of available Distribution certificates.
我在 GitHub 上检查我的证书库,现在只包含开发证书。
为什么我无法生成分发证书?证书只能在一种环境下使用?如何使旧的开发证书失效?我应该怎么做才能让它发挥作用?但是现在我重新调用开发证书还是报这个错:
只有一个开发证书还告诉我:Could not create another Development certificate, reached the maximum number of available Development certificates
.
直到2021.08.18,苹果只支持每个开发账户3个分发证书,令我惊讶的是,苹果没有向开发者提及这个限制。这是我从以下位置获得此信息的地方:https://developer.apple.com/forums/thread/100611.