Fatme

Results 17 comments of Fatme

I've reproduced the same error `DisconnectedClient disconnected from CONNECTED state` with the the following streps: * Run `ng test` from terminal * Close the browser after the tests are executed...

Hi @obiwankenoobi, Can you please try to execute `python -c "import six"` command and send us the output?

Hi @obiwankenoobi, Can you please try to reinstall it? ``` pip uninstall six pip install six ```

Hi @obiwankenoobi, `Python six` package is needed only for debug command. So all other {N} commands should work as expected.

@obiwankenoobi, Can you try to execute `pip install -U six`?

Hi @obiwankenoobi, Do you have the chance to try the above suggestion?

@jevenson, An another option could be to install `nativescript-unit-test-runner` only for dev builds and uninstall it when running the production app. In such a case you should have the following...

Hey @demetrio812, I tried to reproduce the issue with newly created application but without success. I executed the following steps: 1. `ng new myApp` 2. `cd myApp` 3. `ng add...

Hi @s-ale, As we fixed some issues related to `xcrun` in rc version of {N} CLI, I'd like to ask you to update your NativeScript. ``` npm un -g nativescript...

@s-ale, @enrico-atzeni, @DiegoZen, @chrillewoodz I removed the following from `App_Resources/iOS/Info.plist` and was able to reproduce the problem. ``` CFBundleExecutable ${EXECUTABLE_NAME} ``` So can you please check if you have the...