Open
Description
We use ios-sim as a host to run our unit test projects. Our Xcode workspaces will contain multiple unit test projects and we allow Xcode to run parallel builds to speed up build times. We get intermittent failures of this variety:
Unable to create stderr named pipe `/var/folders/_8/3nv3hm8d1qx9byyxt8p2vm9w0000gn/T/ios-sim-stderr-pipe-1445298874'
Without understanding the inner workings of ios-sim or the ios-simulator, I was wondering if anything can be done on the ios-sim side to address this short of us disabling parallel builds. I'm guessing it will be difficult since the simulator is probably a shared resource that can't have multiple instances running concurrently. Any feedback would be helpful and we'll resort to turning off parallel builds if that's what is required.
Thanks!
Dario