Forrest logo
back to context overview

xcode-select

List of commands for xcode-select:

  • xcode-select:tldr:08ab6 xcode-select: Print the currently selected developer directory.
    $ xcode-select --print-path
    try on your machine
    explain this command
  • xcode-select:tldr:224cf xcode-select: Discard any user-specified developer directory so that it will be found via the default search mechanism.
    $ sudo xcode-select --reset
    try on your machine
    explain this command
  • xcode-select:tldr:35a72 xcode-select: Install Xcode's command-line tools.
    $ xcode-select --install
    try on your machine
    explain this command
  • xcode-select:tldr:7da8b xcode-select: Select a given path as the active developer directory.
    $ xcode-select --switch ${path-to-Xcode-app-Contents-Developer}
    try on your machine
    explain this command
back to context overview