Function xcode_select_developer_dir

Source
fn xcode_select_developer_dir() -> Option<PathBuf>
Expand description

Invoke xcode-select --print-path, and return the current developer directory.

NOTE: We don’t do any error handling here, this is only used as a canary in diagnostics (xcrun will have already emitted the relevant error information).