Xcode bots - simulator timeout on launch

Hi - we are having some issues with the latest Xcode server beta and Xcode 7 (tbh, we were having worse issues previously, and things seem to be much better now - we get a lot further into the integration setup before we get a failure!)


I am seeing the follwing message in the raw bulid log:


iPhoneSimulator: Timed out waiting 120 seconds for simulator to boot, current state is 1.


We are behind a proxy that requires authentication, and I was suspecting this as the problem, as I see a proxy authentication dialog whenever I launch the simulator manually (unfortunately, this seems to be a persistent problem with our network). However, I have managed to configure the network settings is such a way that this doesn't occur any more. I'm bemused what could be preventing the simmulator from launching.


Anybody know where I could look to find out what the problem is ? What user do the xcode bots run under when then execute ?


I'd love to get Xcode bots working properly - we are so close and yet so far

Im having the same problem with Yosemite Xcode Server and Xcode 6.3.2, so this is not a new problem. BTW, my server and workstations are on the same network.

I have the same issue, any luck?

I have the same problem using xCode 7.0 and El Capitan

Same here. Have you been able to fix it?


Thanks!

I am new to Xcode bots, and using Xcode 7.1. I don't have proxies, just an internal home network. I am also running into this exact same issue.

So, we're running into the same issue. I have filed a rdar (23386199), please dupe it so we can get this resolved.

In the meantime I will setup the CI environment on an entirely new machine and see if I can get it to work there.

Same issue here...
Anyone find a solution?
It seems we need to open simulator.app to initialize the instance correctly.
But for xcode bot, it runs as a hidden user without GUI, so I don't know how to fix it...

I have the same issue. I already played around with the integration triggers and erased, shutdown and rebooted the simulators using xcrun simctl... Without success.


I duped the radar. This makes our UITests useless.


But a valuable finding: Running tests on a real device works fine!


By the way this worked for me: http://stackoverflow.com/questions/28507673/xcode-server-bots-continuous-integration-and-unit-testing-on-the-simulator?answertab=votes#tab-top

Xcode bots - simulator timeout on launch
 
 
Q