
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} buildtry on your machineexplain this command
-
xctool:tldr:e8f62 xctool: Clean, build and execute all the tests.$ xctool -workspace ${YourWorkspace-xcworkspace} -scheme ${YourScheme} clean build testtry on your machineexplain this command