Hi there,
we would like to run several xcodebuild instances (preferably the Xcode 7.3.1 GM version plus several Xcode 8 betas as they come out) in parallel on the same (build) machine.
Using xcrun this works nicely.
So we currently have several build jobs that each execute another version of xcodebuild depending on which xcode is configured in the build job.
The problem comes in, when the "xcodebuild test" is executed, 'cos this opens up a simulator to run the tests in.
If several build jobs are running in parallel, each "xcodebuild test" will want to start a simulator and things go nuts / crash.
Is what we are trying to achieve possible at all? I.e. is it possible to execute several xcodebuilds (from different xcode.app archives) at the same time and allow them to open up simulators to run tests in?
Thanks,
Florian