Skip to content

Merge release in master #2783

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 4 commits into from
May 5, 2017
Merged

Conversation

rosen-vladimirov
Copy link
Contributor

Merge release in master

rosen-vladimirov and others added 4 commits May 2, 2017 09:10
During detecting devices, CLI will try to check if there are iOS devices. However the ios-device-lib has an issue in version 0.4.0 and it fails that the binary cannot be found.
So use latest version of the lib, where the issue is fixed.
When `--justlaunch` flag is passed, CLI automatically disposes the `ios-device-lib` after execution of the command. However this closes all opened device sockets and breaks the debug command.
So whenever you try `tns debug ios --justlaunch [--chrome]`, the debug application (NativeScript Inspector) or Chrome DevTools is unable to connect to device socket and fails with error.
Fix this by keeping the `ios-device-lib` alive whenever we try debug for ios. This way the debug application will be able to connect to the device.
NOTE: `tns debug ios --justlaunch [--chrome]` cannot release the terminal as it has to keep the ios-device-lib alive.
Added 3.0.0 changelog items
@dtopuzov
Copy link
Contributor

dtopuzov commented May 5, 2017

run ci

@rosen-vladimirov rosen-vladimirov merged commit c0be28f into master May 5, 2017
@rosen-vladimirov rosen-vladimirov deleted the vladimirov/merge-rel-master branch May 5, 2017 13:08
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.

4 participants