Closed
Description
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