Forrest logo
back to context overview

xctool

List of commands for xctool:

  • xctool:tldr:b067f xctool: Build a project that is part of a workspace.
    $ xctool -workspace ${YourWorkspace-xcworkspace} -scheme ${YourScheme} build
    try on your machine
    explain this command
  • xctool:tldr:e8f62 xctool: Clean, build and execute all the tests.
    $ xctool -workspace ${YourWorkspace-xcworkspace} -scheme ${YourScheme} clean build test
    try on your machine
    explain this command
back to context overview