Questions tagged [xcode-select]
3 questions
0
votes
1 answer
CLion isn't updating the Xcode path when changing path with xcode-select
I recently changed Xcode paths from my external hard drive to my internal hard drive and now CLion is giving me some IntelliSense errors for std:: stuff.
I've tried restarting my computer and CLion itself and I have gone through basically every…

WhatTheClown
- 464
- 1
- 7
- 24
0
votes
1 answer
Xcode CommandLineTools installed but still getting the error: Xcode alone is not sufficient on Monterey
I have MacOS Montery 12.3.1 and I have already installed Xcode and installed CommandLineTools long time ago.
I have Xcode-select version:
xcode-select version 2395.
Now, while trying to install heroku cli I got the error:
Error: Xcode alone is not…

DoMaxBa
- 29
- 3
0
votes
3 answers
Why is my xcode-select uninstall not working?
I am trying to uninstall xcode-select by removing its directory and all contents with;
sudo rm -rf /Library/Developer/CommandLineTools
However when after running the above command, I then run:
xcode-select -p
to verify that it's gone it reports back…

jbk
- 1,911
- 19
- 36