System Grab Bag

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

xcodebuild

Build Xcode projects. More information: https://developer.apple.com/library/archive/technotes/tn2339/_index.html.
  • Build workspace:
    xcodebuild -workspace {{workspace_name.workspace}} -scheme {{scheme_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}
  • Build project:
    xcodebuild -target {{target_name}} -configuration {{configuration_name}} clean build SYMROOT={{SYMROOT_path}}
  • Show SDKs:
    xcodebuild -showsdks

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.