Skip to content

Commit

Permalink
chore(macos): additional note on xcode warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker committed Dec 31, 2024
1 parent 079885e commit 0e82e43
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion content/setup/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,22 @@ If you see **No issues were detected** then you have successfully set up your sy

::: warning Troubleshooting

If any of the above failed, we recommend asking in [our Community Discord](https://nativescript.org/discord) for assistance.
Did you see this warning?

```
✖ WARNING: Xcode is not installed or is not configured properly.
You will not be able to build your projects for iOS or run them in the iOS Simulator.
To be able to build for iOS and run apps in the native emulator, verify that you have installed Xcode.
Your environment is not configured properly and you will not be able to execute local builds.
Verify that your environment is configured according to the system requirements described at
https://docs.nativescript.org/setup/macos#setting-up-macos-for-ios.
```

If so, you can likely just run: `sudo xcode-select --reset`

Now try `ns doctor ios` again.

If any others failed, we recommend asking in [our Community Discord](https://nativescript.org/discord) for assistance.

:::

0 comments on commit 0e82e43

Please sign in to comment.