-
Notifications
You must be signed in to change notification settings - Fork 2
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
CLI build on Mac fails after adding this plugin #8
Comments
Hi! I don't really know what to say about this issue. The log you posted looks like svelte stuff, nothing to do with the plugin. Did you try |
The issue has been minimized (ie. only gets stuck some times now). However, on Android 11 device the app crashed when I do upload.start(). But, same code seems to work on Android 8 device. I'm still investigating. |
Ok, app crashes on Android 8 as well now. It seems like after a fresh app install, it works the first time or so but after a code change when NS app is refreshed on the device it starts crashing. I have |
are you using hmr? try run/debug with |
I was using hmr but using |
I have confirmed by adding and removing this plugin. As soon as this plugin is added the build starts and stalls at the following lines:
There are no errors on the console.
Which platform(s) does your issue occur on?
Android device
Please, provide the following version numbers that your issue occurs with:
CLI: (run
tns --version
to fetch it)6.7.8
Cross-platform modules: (check the 'version' attribute in the
node_modules/tns-core-modules/package.json
file in your project)Runtime(s): (look for the
"tns-android"
and"tns-ios"
properties in thepackage.json
file of your project)Please, tell us how to recreate the issue in as much detail as possible.
It happens during build time.
Is there any code involved?
Adding this plugin stops build process.
The text was updated successfully, but these errors were encountered: