Files
tldr/pages/osx/xcrun.md
Vitor Henrique 46a054215a pages*: make help and version commands comply with the style guide (#12107)
* pages*: use generic word for help

* git: add newline to the end

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages*: make help and version commands comply with the style guide

* java: fix Java name

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2024-01-30 12:55:24 +08:00

483 B

xcrun

Run or locate development tools and properties. More information: https://www.unix.com/man-page/osx/1/xcrun/.

  • Find and run a tool from the active developer directory:

xcrun {{tool}} {{arguments}}

  • Show verbose output:

xcrun {{tool}} {{arguments}} --verbose

  • Find a tool for a given SDK:

xcrun --sdk {{sdk_name}}

  • Find a tool for a given toolchain:

xcrun --toolchain {{name}}

  • Display help:

xcrun --help

  • Display version:

xcrun --version