-
-
Notifications
You must be signed in to change notification settings - Fork 194
Description
Hi,
First of all thanks for the awesome work you do on Nativescript and on the toolchain!
Did you verify this is a real problem by searching
I wasn't able to find an existing specific issue related to this one.
Tell us about the problem
Since I upgraded to v3 of Nativescript (Both CLI and app), I'm unable to use tns debug
anymore.
On first launch it simply stop the process in the console as soon as I load the debugger URL in my browser. If I relaunch it a second time I can connect but as soon as I make a change (for example in the view template), the process stop again.
On another hand both ios-sim-standalone.js launch
and node-sass
processes are still activ if I monitor my system and stack on each crash (So after 3 crash I have 3 of each process active)
Which platform(s) does your issue occur on?
TNS platform: iOS (Not tested on Android)
Development System: macOS Sierra (10.12.4) on a Early 2015 MacBook Pro
Please provide the following version numbers that your issue occurs with:
- CLI: 3.0.1
- Cross-platform modules: 3.1.0
- Runtime(s): 3.0.1 (iOS)
- Plugin(s):
- "nativescript-theme-core": "~1.0.2",
- "nativescript-dev-android-snapshot": "^0.."
Please tell us how to recreate the issue in as much detail as possible.
-
1st try
tns create HelloWorld
cd HelloWorld~
tns debug ios --chrome` -
2nd try
tns debug ios --chrome
Changetext
oflabel
inmain-page.xml
Is there code involved? If so, please share the minimal amount of code needed to recreate the Just using basic tns create app.
Thank you in advance for your help and time on this!