问题描述
我使用Jenkins与XCode插件进行持续集成,Jenkins坚持了一个项目:
I use Jenkins for continuous integration with XCode plugin, there is a project that Jenkins stuck at:
/usr/bin/codesign --force --sign ......
/usr/bin/codesign --force --sign ......
紧跟着旋转器,并且永远旋转着,我以前从未见过,有人见过吗?是供应配置文件问题还是证书问题?在Jenkins上,正确配置了配置文件和证书,并在管理器中显示了一个绿色的勾,所以我不知道是什么原因引起的.
followed by the spinner, and forever spinning, I've never seen this before, anyone seen this before? Is it a provisioning profile issue, or certificate issue? On Jenkins the provisioning profile and certificate are correctly installed and showing a green tick in Organizer, so I've no idea what can cause this issue.
推荐答案
检查您的Mac OS计算机,它应该提示输入访问钥匙串的请求.除非您不接受或拒绝对钥匙串的访问,否则该工作将一直停留.
Check your Mac OS machine, it should be prompting a request to access the keychain. Until you don't accept or reject the access to the keychain the job remains stuck.
这篇关于Jenkins上的XCode项目,停留在"codesign"的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!