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

Improve installed app check for Xcode 7 simulators #420

Merged
merged 3 commits into from
Mar 24, 2016

Conversation

jmoody
Copy link
Contributor

@jmoody jmoody commented Mar 24, 2016

Motivation

Progress on:

While working a FIFO problem, I discovered a bug in CoreSimulator whereby an .app could be installed on the simulator and the simulator would not know it was there.

I revised the check to use simctl get_app_container on Xcode 7.

This bug means that user's iOS Simulators might be in a bad state.

The release notes should encourage all users to run:

$ DEBUG=1 bundle exec run-loop simctl doctor

to avoid flickering tests.

@jmoody jmoody added this to the 2.1.0 milestone Mar 24, 2016
@jmoody jmoody merged commit 68b5953 into develop Mar 24, 2016
@jmoody jmoody deleted the feature/improve-installed-app-check-for-xcode-7-sims branch March 24, 2016 18:50
jmoody added a commit that referenced this pull request Mar 28, 2016
See #420

Doctor ensures there are no 'hidden' apps
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant