ProgressNS / sidekick-feedback

This repository is for feedback regarding NativeScript Sidekick. Use the issues system here to submit feature requests or vote for existing ones.
45 stars 9 forks source link

Builds from command line, won't build in Sidekick - NS6 #426

Open bradrice opened 5 years ago

bradrice commented 5 years ago

Please, provide the details below:

Did you verify whether this issue has already been reported here?

Yes

Tell us about the problem

I can build and run from the command line but in Sidekick, whether I run in the cloud or local, I get these errors:

["CONSOLE ERROR [native code]: \^[[30m\^[[31m ERROR \^[[0m Error: Css styling failed: ReferenceError: Can't find variable: spreadArrays\n","CONSOLE ERROR [native code]: \^[[30m\^[[31m ERROR \^[[0m Error: Css styling failed: ReferenceError: Can't find variable: spreadArrays\n","CONSOLE LOG [native code]: \^[[30m\^[[36m LOG \^[[0m utils.ios.getter() is deprecated; use the respective native property instead\n","CONSOLE ERROR [native code]: \^[[30m\^[[31m ERROR \^[[0m Error: Css styling failed: ReferenceError: Can't find variable: spreadArrays\n","CONSOLE ERROR [native code]: \^[[30m\^[[31m ERROR \^[[0m Error: Css styling failed: ReferenceError: Can't find variable: spreadArrays\n

Which platform(s) does the issue occur on?

both

Provide the following version numbers that the issue occurs with:

Version: 1.19.1-v.2019.8.1.2 (latest) NativeScript CLI version: 6.1.2 CLI extension nativescript-cloud version: 1.18.2 CLI extension nativescript-starter-kits version: 0.3.5

Tell us how to recreate the issue in as much detail as possible

  1. Start Sidekick
  2. Build my app

Does this issue happen every time?

Yes

Send the client logs

main_19-09-24_13-29-11.633.log console_19-09-24_13-29-06.305.log

bradrice commented 5 years ago

This apparently is due to the project being on an external drive. the exact same project that I copied to my internal drive on Macbook, runs ok on a device. The project on the external drive does not and gives me the Css styling failed: ReferenceError: Can't find variable: __spreadArrays error. It actually runs, but the screen looks botched up and on ios never gets passed the launch screen.