Answers for "use xcode cli"

0

reinstall xcode cli tools

# remove currently installed
sudo rm -rf $(xcode-select -print-path)

# reinstall
xcode-select --install
Posted by: Guest on May-07-2021
2

xcode open from terminal

xed .
Posted by: Guest on August-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language