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

[TIMOB-10218] iPhone Simulator sometimes launches twice #2650

Merged
merged 1 commit into from
Aug 8, 2012

Commits on Jul 27, 2012

  1. TC-1108: iPhone Simulator sometimes launches twice

    This bug is caused by a race condition: First, iphone/builder.py
    launches the iPhone Simulator with a call to subprocess.Popen();
    and then, it executes some AppleScript to bring the iPhone Simulator
    to the foreground -- but sometimes, the simulator that is being
    started by Popen() has not yet fully launched (the process has
    probably started, but AppleScript doesn't "know" that yet), so when
    AppleScript is told to bring it to the foreground, it launches
    another instance of it.
    mmorearty committed Jul 27, 2012
    Configuration menu
    Copy the full SHA
    7f42019 View commit details
    Browse the repository at this point in the history