Rosen Vladimirov

Results 30 comments of Rosen Vladimirov

The idea is to have `exportedSymbols.txt` file in `/iOS` and CLI to pick it up when building the project. The same should be applied for plugins as well. Merging the...

Hey @jrpool , First of all, please excuse me for this so late reply. Now straight to your question - you are right that using packages from github is not...

Hey @AndrePu , Can you send us your package.json? Can you try updating all of your Angular dependencies (remove your `package-lock.json` before that) and see if this resolves the issue...

Hey @jevenson , When running unit tests on Android API Level 28 or above, you need to set usesCleartextTraffic to true, that's the only way for the moment as the...

@jevenson , the idea is to include a script on your side that sets `usesCleartextTraffic` to true and then runs the tests, for example in Node.js script you can do...

Hey @farfromrefug , Currently the id of the application is set in the package.json file, while the App_Resources can be set in nsconfig.json, as described [in the docs](https://docs.nativescript.org/core-concepts/project-structure#the-nsconfigjson-file). So for...

So, just to clear this out, you would like to pass some `--` flag to CLI's command, which will change the nsconfig.json which will be used for building the application....

@hamzamalfawaer , what is the issue you are facing, do you have steps to reproduce. Please, whenever you ask for help, provide all the required information in the issue template....

Hey @hamzamalfawaer , Can you provide the following information: - your `package.json` content - command with which you reproduce the error - iOS Simulator version (i.e. what kind is the...