Direct HISE to Xcode version
-
I recently had a problem exporting AU with Xcode-beta so I went back and downloaded Xcode 10.1. Now when I go to export I am getting this error:
xcrun: error: active developer path ("/Applications/Xcode-beta.app/Contents/Developer") does not exist
Usesudo xcode-select --switch path/to/Xcode.app
to specify the Xcode that you wish to use for command line developer tools, or usexcode-select --install
to install the standalone command line developer tools.
Seeman xcode-select
for more details.
Compiling finished. Cleaning up...
logoutHow can I direct HISE to use the new (old) version of Xcode that I installed?
-
Looks like you‘ve pasted the solution along with your problem.
Apparently there‘s some weird command line call you have to make to set the XCode version and it has nothing to do with HISE but a global OS setting.