
xcode-select
List of commands for xcode-select:
-
xcode-select:tldr:08ab6 xcode-select: Print the currently selected developer directory.$ xcode-select --print-pathtry on your machineexplain 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 --resettry on your machineexplain this command
-
xcode-select:tldr:35a72 xcode-select: Install Xcode's command-line tools.$ xcode-select --installtry on your machineexplain 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 machineexplain this command