TLDR
Enter a command. For example: softwareupdate, tail, systemsetup.

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

This is a tldr pages (source, CC BY 4.0) web wrapper for cheat-sheets.org. All commands, popular commands, most used linux commands. Referrals. Progressive Web Application (PWA) version to install on your device.