zed/docs/src
Bosco 7fd736e23c
docs: Update macOS development docs with dispatch.h error solution (#11986)
### Title
Update macOS Development Documentation with Dispatch.h Error Solution

### Description
This PR updates the macOS development documentation to include a
solution for the `dispatch/dispatch.h` file not found error. This error
is encountered during local development when using the `cargo run`
command. The documentation now includes steps to ensure the Xcode
command line tools are properly installed and set, and instructions to
set the `BINDGEN_EXTRA_CLANG_ARGS` environment variable.

### Changes
- Added troubleshooting section for `dispatch/dispatch.h` error in
`development/macos.md`.

### Related Issues
- Closes [#11963](https://github.com/zed-industries/zed/issues/11963)

### Testing Instructions
1. Follow the steps in the updated `development/macos.md` to configure
your environment.
2. Run `cargo clean` and `cargo run` to ensure the build completes
successfully.

Release Notes:

- N/A
2024-05-17 14:10:57 -04:00
..
development docs: Update macOS development docs with dispatch.h error solution (#11986) 2024-05-17 14:10:57 -04:00
languages docs: Standardize "Note" blockquote usage (#11724) 2024-05-13 09:02:44 -04:00
adding-new-languages.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
additional-learning-materials.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
assistant-panel.md Add prompt library (#11910) 2024-05-16 16:55:54 -04:00
channels.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
code-of-conduct.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
collaboration.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
configuring-zed.md editor: Current line highlight options (#11710) 2024-05-13 22:02:12 +03:00
contribute-to-zed.md docs: Fix some typos (#11443) 2024-05-06 11:45:17 -04:00
conversations.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
developing-zed.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
feedback-and-support.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
getting-started.md Fix a link to Zed configuring docs (#11739) 2024-05-14 17:15:14 -04:00
key-bindings.md Fix key-bindings.md example (#11415) 2024-05-13 09:09:59 -07:00
remote-development.md cli: Support --foreground for debugging (#11819) 2024-05-14 16:05:40 -06:00
SUMMARY.md update docs content (#11374) 2024-05-03 16:24:04 -06:00
system-requirements.md docs: Update system requirements to note Linux and Windows can be built from source. (#11438) 2024-05-06 11:01:00 -04:00
tasks.md tasks: minor fixes to docs (#11862) 2024-05-15 16:32:57 +02:00
telemetry.md Add telemetry for supermaven (#11821) 2024-05-16 17:18:32 -04:00
themes.md docs: Update "Themes" page (#11379) 2024-05-03 19:05:29 -04:00
vim.md Restore vim docs (#11491) 2024-05-07 09:24:00 -06:00