Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix CLI simctl install/uninstall: CoreSim manages stdio.pipe and 'remembers' that it already launched the simulator #297

Merged

Conversation

jmoody
Copy link
Contributor

@jmoody jmoody commented Oct 9, 2015

Motivation

Fixes * Xcode 7: command line tools that use Simctl::Bridge are broken (blocking) #289

I started working on this PR to fix the run-loop simctl install CLI which was hanging.

While testing, I discovered a couple of problems:

  1. The stdio.pipe is really getting in the way
  2. Sometimes CoreSim will try to launch a simulator it has already launched which causes problems.

Progress on

jmoody added a commit that referenced this pull request Oct 9, 2015
…rt-stdpipe-and-sim-relaunching

Fix CLI simctl install/uninstall:  CoreSim manages stdio.pipe and 'remembers' that it already launched the simulator
@jmoody jmoody merged commit f3206c9 into develop Oct 9, 2015
@jmoody jmoody deleted the feature/improve-coresimulator-wrt-stdpipe-and-sim-relaunching branch October 9, 2015 09:51
@jmoody jmoody mentioned this pull request Oct 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant