nativescript-cli icon indicating copy to clipboard operation
nativescript-cli copied to clipboard

Command-line interface for building NativeScript apps

Results 175 nativescript-cli issues
Sort by recently updated
recently updated
newest added

### Issue Description Since about March 10th 2022 debugging in chrome and VS Code fails as there is no more valid source mapping for the .vue files. The line number...

bug-pending-triage

_From @obiwankenoobi on April 18, 2018 11:52_ after installing NativeScript on my macos using `ruby -e "$(curl -fsSL https://www.nativescript.org/setup/mac)"` I ran into error while typing `tns doctor` which tells me...

bug
debug
os: mac
os: ios

### Issue Description When using ns debug ios I get the following error:- Unable to apply changes on device: ........ Error is: Could not start house arrest for application Device...

bug-pending-triage

**Environment** OSX: 10.15.4 Output of tns doctor: ✔ Getting NativeScript components versions information... ✔ Component nativescript has 6.7.4 version and is up to date. ✔ Component tns-core-modules has 6.5.2 version...

### Issue Description When I run `ns debug ios` on simulator, the app is installed but not launched. When I launch it, it works. After saving changes in code, those...

bug-pending-triage

### Issue Description `ns doctor` or `ns build android` will fail on later versions of OpenJDK installations (basically failing to detect that it is installed, because the version check fails...

### Issue Description I have a plugin workspace with multiple packages and a core package, all under the same scope. My core package has a platforms folder, with an `AndroidManifest.xml`...

bug

### Issue Description When running ns plugin build using NS CLI 8.2.x, the following error raises: ``` FAILURE: Build failed with an exception. * Where: Build file '/private/var/folders/5q/6zrvvtkj5_g7l948bjdttwwr0000gn/T/android-project2022230-40036-1rbjm2o.grn5/nativescript_context_apis/build.gradle' line: 38...

bug-pending-triage

### Issue Description After we upgraded to {N} 8.2.2 we found that during build, the CLI sets the `targetSdk` to 31 instead of respecting the value in `App_Resources/Android/src/main/AndroidManifest.xml` which was...

bug-pending-triage

**Is your feature request related to a problem? Please describe.** I'm having trouble generating types from a pod library written in swift. The constructors do not appear to me, I...

feature