System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

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 version:
    xcrun --version
  • Display help:
    xcrun --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.