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
Hi, I'm going to use this plugin, it's really very nice, easy and without any extra things.
I have added NativeScript/nx plugin, then added NativeScript application to my existing nx workspace. After that I detected that the build/run process takes extremely long time. First time when I run the app, the build process took not so long, but next times it's extremely slow.
Flow:
Run: npx nx run mobile-app-nativescript:ios
delay: 2m 40sec (from 2 to 3 mins)
After this crazy delay appears: > nx run app-nativescript:ios
Then select a device and everything goes fine and with usual speed.
The problematic step marked bold.
I've to tried create a new workspace and it has the same behaviour. The first build with no delay, but second and all next with long delay. Only one difference, in the new empty workspace, the delay not so long, it's approx 30 sec.
And one more thing. In my existing workspace command npx nx g @nativescript/nx:app <app-name> always works like with flag --groupByName. So, with float or without, I can't create an app with the name nativescript-app, it always creates app-nativescript. BUT with created a new workspace it works correct. Could be it's related to xplat plugin. Currently I have a nativescript app in the workspace under xplat, but I'm going to migrate to NativeScript/nx.
Waiting for your fix :)
Thanks!
The text was updated successfully, but these errors were encountered:
Hi, I'm going to use this plugin, it's really very nice, easy and without any extra things.
I have added NativeScript/nx plugin, then added NativeScript application to my existing nx workspace. After that I detected that the build/run process takes extremely long time. First time when I run the app, the build process took not so long, but next times it's extremely slow.
Flow:
The problematic step marked bold.
I've to tried create a new workspace and it has the same behaviour. The first build with no delay, but second and all next with long delay. Only one difference, in the new empty workspace, the delay not so long, it's approx 30 sec.
And one more thing. In my existing workspace command
npx nx g @nativescript/nx:app <app-name>
always works like with flag --groupByName. So, with float or without, I can't create an app with the name nativescript-app, it always creates app-nativescript. BUT with created a new workspace it works correct. Could be it's related to xplat plugin. Currently I have a nativescript app in the workspace under xplat, but I'm going to migrate to NativeScript/nx.Waiting for your fix :)
Thanks!
The text was updated successfully, but these errors were encountered: