首页 文章

Xcode bot失败,“没有活动太长时间”错误

提问于
浏览
18

我的Xcode bot集成失败,出现以下错误 .

断言:运行任务已终止,因为它没有产生太长时间的活动 .

从日志的底部:

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)

3 回答

  • 7

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

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

  • 0

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

  • 0

    我创建了一个新的简单项目来测试Xcode Bot并且发生了同样的问题 .
    我尝试了几种方法,包括允许所有项目访问钥匙串,但是,在我取消选中 Code coverage 之前,它不起作用 .

相关问题