You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Environment
Provide version numbers for the following components (information can be retrieved by running tns info in your project folder or by inspecting the package.json of the project):
CLI: rc(5.2.0-2019-02-07-12917)
iOS Runtime: 5.1.1
Describe the bug
When app is closed on device and make a change, you will see exception.
To Reproduce
tns create appNG --ng
tns run ios --hmr
make a change and app will sync
close app on device as you press home button and make new change. You will see exception: Unable to start application org.nativescript.appJS1 on device f42eb590ec7ad920c8c0545a308e1a1d2551218b. Try starting it manually. NativeScript debugger was not able to get inspector socket port on device f42eb590ec7ad920c8c0545a308e1a1d2551218b for application org.nativescript.appJS1.
Expected behavior
sync app and to continue work
The text was updated successfully, but these errors were encountered:
rosen-vladimirov
changed the title
when make a second change and app is closed on device, you will get an exception
Unable to apply a change when application is not running on device
Mar 5, 2019
Environment
Provide version numbers for the following components (information can be retrieved by running
tns info
in your project folder or by inspecting thepackage.json
of the project):Describe the bug
When app is closed on device and make a change, you will see exception.
To Reproduce
tns create appNG --ng
tns run ios --hmr
Unable to start application org.nativescript.appJS1 on device f42eb590ec7ad920c8c0545a308e1a1d2551218b. Try starting it manually. NativeScript debugger was not able to get inspector socket port on device f42eb590ec7ad920c8c0545a308e1a1d2551218b for application org.nativescript.appJS1.
Expected behavior
sync app and to continue work
The text was updated successfully, but these errors were encountered: