Skip to content

Named pipe error when running ios-sim in parallel #182

Open
@DarioAhdoot

Description

@DarioAhdoot

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions