在远程机器中撤销分发证书后,Jenkins 作业无法正常工作

Jenkins jobs not working after revoking Distribution certificate in Remote Machine

我在构建 iOS 作业时遇到了 Jenkins 的问题。最近我们的分发证书已过期,我们已将其撤销并将相同的证书导入远程机器。从那一刻起,我的詹金斯工作在编译阶段本身就失败了。以下是我从詹金斯控制台得到的错误。

  /Users/jenkins/Library/Developer/Xcode/DerivedData/Companion- 
  dtiiwydzoavsrybgsztwqribsxtx/Build/Products/Release- 
  iphoneos/sample.app/Frameworks/KSCrash.framework: 
  errSecInternalComponent
  Command PhaseScriptExecution failed with a nonzero exit code


** BUILD FAILED **


 The following build commands failed:
PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks 
/Users/jenkins/Library/Developer/Xcode/DerivedData/Companion- 
dtiiwydzoavsrybgsztwqribsxtx/Build/Intermediates.noindex/
Companion.build/Release- 
iphoneos/SampleProject.build/Script-15FB268A228A7C3900925F65.sh

我是否需要在其他地方添加新证书?可能是什么问题?任何帮助表示赞赏。

这解决了我的问题。

errSecInternalComponent 错误的解决方案是:转到钥匙串 -> 我的证书 -> Select 你的开发或分发证书 -> 展开它并双击私钥 -> Select "Allow all applications to access them" 并保存更改。这应该可以解决问题。