How can I change the directory at which xcrun is pointing ? currently is pointing to
xcrun: Error: could not stat active Xcode path '/Volumes/Xcode/Xcode44-DP7.app/Contents/Developer'. (No such file or directory)
I need to change the location. Thank you.
Click your Info. plist and go to your File Inspector . On Location row, change it to Relative to Project so you can get the path within your project and COPY that.
xcrun provides a means to locate or invoke coexistence- and platform-aware developer tools from the command-line, without requiring users to modify makefiles or otherwise take inconvenient measures to support multiple Xcode toolchains.
Use xcode-select -switch
to choose which version of Xcode you're using by default.
sudo xcode-select -switch /Applications/Xcode.app/Contents/Developer
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With