Skip to content

Fix debugging for simulator when --emulator is not passed #1701

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

Merged
merged 1 commit into from
Apr 20, 2016

Conversation

rosen-vladimirov
Copy link
Contributor

When --emulator is not passed, CLI will try to debug on iOS Simulator in case there's one started (or CLI will start it).
However the iOS debug service calls methods for debug on device and it fails.
Use correct methods when the detected devices is emulator.

Fixes tns debug ios when no devices are connected

When --emulator is not passed, CLI will try to debug on iOS Simulator in case there's one started (or CLI will start it).
However the iOS debug service calls methods for debug on device and it fails.
Use correct methods when the detected devices is emulator.
@rosen-vladimirov rosen-vladimirov self-assigned this Apr 20, 2016
@rosen-vladimirov rosen-vladimirov added this to the 2.0 milestone Apr 20, 2016
@TsvetanMilanov
Copy link
Contributor

👍

@rosen-vladimirov
Copy link
Contributor Author

run ci

@rosen-vladimirov rosen-vladimirov merged commit f4ea96b into release Apr 20, 2016
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/fix-debug-simulator branch April 20, 2016 16:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants