有的童鞋们可以在将ios项目进行Archive打包时,Xcode提示以下错误:

[BEROR]CodeSign error: Certificate identity ‘iPhone Distribution: ***.’ appears more than once in the keychain. The codesign tool requires there only be one.

 

那么出现此问题的原因是多个证书之间冲突造成,我是用了以下解决方式:

-> 打开你mac系统的“实用工具”-“钥匙串访问”-“我的证书”中,会看到有证书名一模一样的, 如下图:

关于CodeSign error : Certificate identity 'iPhone Distribution *** : ...问题

当然,一般而言相同的证书名称里只有一个证书是有效的,只要把无效的证书删除,就可以再打包了。

相关文章:

  • 2021-11-23
  • 2021-10-04
  • 2021-11-15
  • 2022-12-23
  • 2021-07-10
  • 2021-10-08
猜你喜欢
  • 2021-05-08
  • 2021-07-26
  • 2021-05-31
  • 2021-11-30
  • 2021-07-29
  • 2021-10-20
  • 2021-10-12
相关资源
相似解决方案