I noticed that `bitrise-cli` [uses the following check _(stripped down)_](https://github.com/bitrise-io/bitrise/blob/e9205fd4b9dc0ebbb8114fb39a0a6fa0446e6779/bitrise/dependencies.go#L148-L186) to check for an active XCode: ``` xcode-select --print-path ``` Worth checking out imho.
I noticed that
bitrise-cliuses the following check (stripped down) to check for an active XCode:Worth checking out imho.