Skip to content

Commit

Permalink
Update troubleshooting.md (NativeScript#892)
Browse files Browse the repository at this point in the history
  • Loading branch information
Plamen5kov authored Sep 4, 2017
1 parent 2ba4ff8 commit 76b37ae
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/start/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ tns install

### Error thrown when attempting to run build-related operations for Android


**Problem:**
```Shell
FAILURE: Build failed with an exception.

Expand All @@ -60,6 +62,11 @@ A problem occurred configuring root project 'app_name'.

**Solution:** Run `$ android` to launch the Android SDK Manager and download the Local Maven repository for Support Libraries 28.0.0.


**Problem:** Gradle doesn't work with `org.gradle.parallel=true` enabled in `gradle.properties`.

**Solution:** Currently there's no solution, but we are wokring on updating the build to work with this option enabled.

### Cannot run or debug apps on iOS 8.1.3 devices with Xcode 6.1

**Problem:** On macOS systems with Xcode 6.1 installed, you cannot run or debug apps on iOS 8.1.3 devices.<br/>The developer disk images provided with the iOS SDK in Xcode 6.1 are not compatible with iOS 8.1.3. The NativeScript CLI uses these disk images to work with your attached iOS devices.
Expand Down

0 comments on commit 76b37ae

Please sign in to comment.