Is there any way to get multiple bots building simultaneously? I cannot find any documentation about this (Xcode Server docs are pretty thin as is). Thanks.
2
votes
1 Answers
2
votes
Unfortunately, this does not appear to be possible at this time. The Xcode user _xcsbuildd is running in a fully interactive GUI so it can use the iOS Simulator for testing.
Even though you can launch multiple simulators at a time, Xcode can only attach to a single simulator for debugging - in turn, meaning Xcode Server can only test a single integration at a time.