System Grab Bag

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

xctool

Tool for building Xcode projects. More information: https://github.com/facebook/xctool.
  • Build a single project without any workspace:
    xctool -project {{YourProject.xcodeproj}} -scheme {{YourScheme}} build
  • Build a project that is part of a workspace:
    xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} build
  • Clean, build and execute all the tests:
    xctool -workspace {{YourWorkspace.xcworkspace}} -scheme {{YourScheme}} clean build test

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.