18

我的 Xcode 机器人集成失败并出现以下错误。

断言:正在运行的任务被终止,因为它太长时间没有产生任何活动。

从日志的底部:

Sampling completed, processing symbols...

Sample analysis of process 4470 written to file /Library/Developer/XcodeServer/Integrations/Integration-ef7a2c98cd2307fc71923f1123ea23f7/4470.sample

sample[5774]: sample cannot find any existing process you have access to which has a name like 'Interface Builder Cocoa Touch Tool'; try running with `sudo`.

sample[5775]: sample cannot find any existing process you have access to which has a name like 'ibtool'; try running with `sudo`.

sample[5776]: sample cannot find any existing process you have access to which has a name like 'ibtoold'; try running with `sudo`.

** BUILD INTERRUPTED **

有趣的是,集成在前一天有效,今天开始失败,而服务器配置没有任何已知的更改。有没有办法修复这些错误并使集成运行?

OS X 10.11 (15A244d)、Xcode 7.0 (7A176x)、OS X Server 4.1.56 (15S2186i)

4

3 回答 3

7

当我们今天遇到同样的问题时,这对我们有用:

https://stackoverflow.com/a/22637896/43996

于 2015-09-16T04:40:10.860 回答
0

创建了一个具有精确配置的新机器人,这对我有用。Stackoverflow xcode-server-ibtool-build-failures

于 2016-04-07T16:55:34.920 回答
0

我创建了一个新的简单项目来测试 Xcode Bot,同样的问题发生了。
我尝试了几种方法,包括允许所有项目访问钥匙串,但是,直到我取消选中Code coverage.

于 2016-07-28T05:18:09.960 回答