*** has 2 apple distribution but their private keys are not installed,contact the creator of one of these certificates to get a copy of the private key
如果就你一个开发着,在apple开发者中心找到无用(Certificates)的删掉试试吧
删掉一个证书后又抱错.
报错:
has xxx apple distribution certificates but their private keys are not installed. contact the creator of one of these certificates to get a copy of the private key
status Not in keychain
看到这个报错,是没有私钥,提示要私钥。
尝试从开发者账号上删除原先的证书,重新申请,一番倒腾之后,还是一样的报错。
最后我想着xcode 11 里面Manage Certificates 不是也可以生成证书,既然是xcode在纠结证书的问题,那么索性把证书申请的任务交给xcode的吧,于是我就把线上的证书删除,本地钥匙串里面的证书也删除,用下面的方法申请,然后成功了。
1、打开xcode,选择
2、进入preferences
3、点击 Manage Certificates 进入详情页 点“+” 添加Apple Distribution
4、选择需要的证书类型,接下来就可以创建了,注意的地方是如果线上有一个证书了,会创建不成功,需要把已有的证书删除重新创建。