I have an Xcode server set up with a few bots for iOS projects (compiled with Xcode 6.1), all of which containing unit test targets
I seem unable to have those tests run in the simulator; all tries so far have been failing with the same error (time-out for simulator to boot):
Test target NAME_OF_MY_TARGET 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 [...])
Of course, the log file path suggested is not a valid path on the server, thus making it impossible to check the logs