-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Can`t start application on any device after tns was updated #402
Comments
Hi @casufi Currently we use a relatively old version of V8 which is known to have bugs in some RegEx/JIT scenarios. The good news is that we already prepared and tested a branch with newer version which will be merged for the next release. Meanwhile I would suggest to find which RegEx cause the problem and try to refactor the code around. |
I tried ti build an empty project, that I created using tns create my-app-name --ng so I don`t know where I should check RegEx |
There are regular expressions in our modules ( |
Does this issue still exist with NS 2.3.0. Didn't we update V8? |
@hdeshev In 2.3.0 we use the same V8 version as for 2.2.0. I guess the new branch will be merged next week. |
The issue is not reproducible with the latest NativeScript |
I am getting "Unfortunately, myappname has stopped" when i try to debug my app on any Android devace (AVD Geanymotion)
http://pastebin.com/raw/edqzXR5R
The text was updated successfully, but these errors were encountered: