Skip to content

Commit b8c8b05

Browse files
authored
docs(setup): update with notes/warnings about current macos setup (#147)
1 parent 29c7b95 commit b8c8b05

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

content/setup/macos.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ prev: /setup
44
next: /creating-a-new-project
55
contributors:
66
- rigor789
7+
- sjsadowski
78
---
89

910
## Setting up macOS for Android
@@ -47,6 +48,10 @@ brew tap homebrew/cask-versions
4748
brew install --cask temurin@17
4849
```
4950

51+
:::warning Note
52+
Using JDK 17 is highly recommended as the nativescript-bundled version of gradle is compatible. Using a newer version of the JDK may cause issues with your android build process.
53+
:::
54+
5055
Once installed, open a new Terminal and verify that the default version is the one we installed:
5156

5257
```cli
@@ -150,6 +155,10 @@ Once the installation is complete (this may take a while — brew a coffee a
150155

151156
Open `XCode › Preferences › Locations` and make sure **Command Line Tools** is set
152157

158+
:::warning Note
159+
In newer versions of XCode, 'Preferences' may be 'Settings'
160+
:::
161+
153162
![XCode Preferences, Locations](../assets/images/environment-setup/xcode_command_line_tools.png)
154163

155164
### Installing Ruby

0 commit comments

Comments
 (0)