Hi @iRobinPro bro,
I’m unable to see delete option in developer software (command line tools) prompt window. Can you tell how to remove it
hi bro, you can manually remove it from terminal.
sudo rm -rf /Library/Developer/CommandLineTools
then you can reinstall command line tools when needed.
xcode-select --install
I hope it helps bro.
I’m facing permission denied message when I try to remove. I tried to change permission for that directory (chmod 777 /Library/Developer/CommandLineTools) , its not working…
try with sudo in the command prefix bro. that could fix permission denied issues.
1 Like