终止xcodebuild,因为它长时间没有产生任何输出 [英] Terminated xcodebuild since it produced no output for too long

查看:114
本文介绍了终止xcodebuild,因为它长时间没有产生任何输出的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经更新到新的Xcode 6.1和服务器4.0.我能够在模拟器上进行持续集成,但无法在先前版本的设备上进行集成.现在,我已经更新,现在还没有任何持续集成.我收到以下2个错误:

I've updated to the new Xcode 6.1 and server 4.0. I was able to get continuous integration on the simulators but not the devices in the previous version. Now that I've updated, I'm not getting any continuous integration. I'm getting the following 2 errors:

xcodebuild已终止,因为它在很长时间内都没有产生输出

Terminated xcodebuild since it produced no output for too long

xcodebuild任务以未捕获的信号完成.

The xcodebuild task completed with uncaught signal.

有什么想法吗?

推荐答案

当我在Xcode CI机器上更改签名证书时,我可以看到机器人卡住了对构建产品的签名.

When I changed my signing certificate on my Xcode CI machine I could see that the bots got stuck on signing the build products.

在Xcode CI计算机上检查正在运行的进程,向我显示了哪个可执行文件试图访问我的签名证书

Checking running processes on the Xcode CI machine showed me what executable was trying to access my signing certificate

/usr/bin/codesign --force --sign 043...DE2A --entitlements /Library/Develop...

我打开了钥匙串,并在System钥匙串中找到了我的签名证书 cmd + i 以显示信息,并将codesign添加到了可以无需验证即可访问它.

I opened Keychain and found my signing certificate in the System keychain, cmd+i to show info and added codesign to the list of executables that could access it without authenticating.

这篇关于终止xcodebuild,因为它长时间没有产生任何输出的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆