我一直在研究在CI中使用Xcode Server。我已经解决了一些问题,但现在有一个问题难住了我。
构建看起来工作正常,但随后在测试阶段挂起,并在日志的底部生成以下代码:
2015-11-25 14:44:45.650 xcodebuild[58280:821560] iPhoneSimulator: D7097422-C058-44DB-A275-CE1A44B11023: Executable terminated at path: /Applications/Xcode7.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Agents/xctest (status = 6)
Sampling process 58280 for 10 seconds with 1 millisecond of run time between samples
Sampling completed, processing symbols...
Sample analysis of process 58280 written to file /Library/Developer/XcodeServer/Integrations/Integration-269b1638e732255aefa82f1688077c72/58280.sample
sample[59879]: 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[59880]: sample cannot find any existing process you have access to which has a name like 'ibtool'; try running with `sudo`.
sample[59881]: 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.10.5 (目前还不能升级到El Capitan )、OS X server 5.5.15和许多Xcode版本,但选择了Xcode 7.1 (这是此服务器上可用的最新版本)。
有没有人以前见过并解决过这个问题?
链接到this question的This question声称有一个解决方案,但可惜,它们没有什么帮助,而且似乎具有略有不同的设置。所以,是的,密钥链是解锁的,Xcode Server可以使用,并且服务器已经重启。
发布于 2016-04-07 21:28:09
我的机器人似乎每次都会遇到这个错误。已尝试重新启动、钥匙链解锁、更换模拟器设备。
创建一个与我的旧机器人完全相同的配置的新机器人!
https://stackoverflow.com/questions/33907543
复制相似问题