mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-30 10:15:28 +02:00
xcrun: add page (#6618)
This commit is contained in:
parent
748db13803
commit
037a9d3085
1 changed files with 28 additions and 0 deletions
28
pages/osx/xcrun.md
Normal file
28
pages/osx/xcrun.md
Normal file
|
@ -0,0 +1,28 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue