Tag: xcode server

Xcode服务器CI Bottesting会话已退出(-1)

试图在模拟器设备上运行XcodeServer上的testing时出现错误。 testing有时会传递给一个设备,而另一个则失败,但是失败的设备并不总是相同的。 这可能发生在一个单一的会议。 日志文件错误如下: 2015-03-23 10:44:11.029 Initializing test infrastructure. 2015-03-23 10:44:11.029 Writing testing status log to /Library/Developer/XcodeServer/Integrations/Integration-7e6e54f21a2fd25cddc9df0436cb3688/Session-2015-03-23_10:44:10-tH1BD4.log. 2015-03-23 10:44:28.676 Launch session started, setting a disallow-finish-token on the run operation. 2015-03-23 10:44:30.352 Adding console adaptor for test process. 2015-03-23 10:44:39.566 Creating the connection. 2015-03-23 10:44:39.567 Listening for proxy connection request from the test bundle (all platforms) […]

触发$ XCS_PRODUCT未设置后,持续集成Xcode Server

我有一个在Xcode 6.4下工作的机器人。 after触发器脚本自动使用以下path上传IPA:“$ XCS_OUTPUT_DIR / $ XCS_PRODUCT” 然而(即使从头开始重做一个bot)看起来如下: $ XCS_PRODUCT始终为空。 $ XCS_OUTPUT_DIR是指向一个不存在的文件夹,因为在服务器上检查出现Xcode服务器存储.ipa在那里:/ Library / Developer / XcodeServer / IntegrationAssets / 如何find我的.ipa没有这个variables在我的后触发脚本?

Xcode服务器ibtool构build失败

我一直在调查使用CI的Xcode服务器。 我已经解决了一些问题,但现在有一个困扰我的问题。 构build似乎可以正常工作,但在testing阶段挂起,并在日志的底部产生: 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 […]

XCode 7.0.1,机器人和服务器5.0.4:testing目标“xx”遇到错误 – 超时等待120秒模拟器启动

预期结果:在创build一个机器人时,检查“testing”checkbox,Xcode服务器完美地执行WWDC中的MTtesting。 结果: Xcode baruff了一堆模拟器超时错误,并且集成失败。 Test target "xxx" encountered an error (Timed out waiting 120 seconds for simulator to boot, current state is 1. If you believe this error represents a bug, please attach the log file at /Library/Developer/XcodeServer/Integrations/Integration-0e5a387ef456a57b7a2d5a90d004256d/xxxx.log) 环境: XCode 7.0.1 服务器5.0.4 OSX 10.11 在两个不同的机器上复制两个不同的项目。 另外,在OSX 10.10和Xcode 6上也经历过这个 真正的问题:我是一名具有多年iOS经验的程序员。 很难相信,虽然也许不应该是这样,WWDC看起来如此简单的东西在Xcode的两个不同的操作系统和版本上将会如此困难。 任何帮助,将不胜感激! 笔记: 我在同一台机器上运行Xcode和Xcode Server。 我不需要SSH。 […]

Xcode 9服务器:由于系统资源不足,无法启动设备

我试图通过在设置Xcode Bot时选中'Run test in parallel'来同时在iOS 8.4到11.0的所有设备模拟器上运行我的unit testing。 不幸的是,在尝试启动第13个模拟器后,它会在构build日志中显示错误消息: xcodebuild: error: Failed to build workspace xxxxx with scheme yyyyy. Reason: Unable to boot device due to insufficient system resources. Testing failed on 'iPhone 4s' 我正在Mac mini上运行服务器,我认为由于内存不足,无法同时运行这么多模拟器。 任何人都有经验吗?