Hopefully someone can let me know if I am a bonehead or if this is a bug.
I am in Xcode 7 b6 and have set up XCode Server and an on commit bot. During integration (whether it be manual or when the bot triggers it) I get the following error, note that the bot is configurated to run "All devices and simulators":
Test target FooTests encountered an error (Xcode cannot launch apps on the simulated device “iPhone 4s”, as it is currently running app with pid 41596 on “iPad Retina”. Only one simulated device may be used at a time If you believe this error represents a bug, please attach the log file at ....)
Test target FooUITests encountered an error (Xcode cannot launch apps on the simulated device “iPhone 4s”, as it is currently running app with pid 41596 on “iPad Retina”. Only one simulated device may be used at a time If you believe this error represents a bug, please attach the log file at ....)
This happens on both of my Test Targets (Unit and UI). I can clear the issue if I run a separate bot per simulator, but that stops me from comparing code coverage by device or Pass/Fail by device.
I remember seeing a form post with issues back in XCode 6 betas, but I am not sure if this a bad configuration, if I have set something up incorrectly or if this really is a bug.
Also note that while I do think this is a bug... the log file that the error references does not exist, or atleast I don't see it when I navigate to the specified location.