Skip to content

chore: Merge release in master #3649

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 3 commits into from
May 30, 2018
Merged

Conversation

rosen-vladimirov
Copy link
Contributor

chore: Merge release in master

rosen-vladimirov and others added 3 commits May 30, 2018 19:36
In case when you do not have iOS Simulators running, the detection that checks if there are any simulators, takes 15 seconds. CLI executes this detection on various places.
This leads to several issues, but the main one is the `tns debug ios` command when there's no running Simulators. In this case CLI often fails to display the URL for debugging as the timeout while waiting to get the port from iOS Device's logs passes while we are trying to find running simulators.
Fix this by updating ios-sim-portable, where the detection does no longer wait 15 seconds - we just try twice for 500 ms to detect simulators and that's it.
fix: `tns debug ios` fails to show chrome url
@rosen-vladimirov rosen-vladimirov self-assigned this May 30, 2018
@rosen-vladimirov rosen-vladimirov merged commit eeea6da into master May 30, 2018
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-master branch May 30, 2018 18:12
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