File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,22 @@ If you see **No issues were detected** then you have successfully set up your sy
278
278
279
279
::: warning Troubleshooting
280
280
281
- If any of the above failed, we recommend asking in [ our Community Discord] ( https://nativescript.org/discord ) for assistance.
281
+ Did you see this warning?
282
+
283
+ ```
284
+ ✖ WARNING: Xcode is not installed or is not configured properly.
285
+ You will not be able to build your projects for iOS or run them in the iOS Simulator.
286
+ To be able to build for iOS and run apps in the native emulator, verify that you have installed Xcode.
287
+
288
+ Your environment is not configured properly and you will not be able to execute local builds.
289
+ Verify that your environment is configured according to the system requirements described at
290
+ https://docs.nativescript.org/setup/macos#setting-up-macos-for-ios.
291
+ ```
292
+
293
+ If so, you can likely just run: ` sudo xcode-select --reset `
294
+
295
+ Now try ` ns doctor ios ` again.
296
+
297
+ If any others failed, we recommend asking in [ our Community Discord] ( https://nativescript.org/discord ) for assistance.
282
298
283
299
:::
You can’t perform that action at this time.
0 commit comments