Update xcode path from old version to new version using sed

sudo xcode-select -s $(xcode-select -p | sed 's/\.1/.3.2/' )

Leave a Reply