Skip to content

Instantly share code, notes, and snippets.

@kerimdzhanov
Created February 22, 2022 13:39
Show Gist options
  • Select an option

  • Save kerimdzhanov/738b5f13cbfbc965e158640ea4564f90 to your computer and use it in GitHub Desktop.

Select an option

Save kerimdzhanov/738b5f13cbfbc965e158640ea4564f90 to your computer and use it in GitHub Desktop.

Revisions

  1. kerimdzhanov created this gist Feb 22, 2022.
    5 changes: 5 additions & 0 deletions xcode-reinstall.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    #!/bin/sh

    echo Xcode installation path: `xcode-select --print-path`

    sudo rm -rf `xcode-select --print-path` && xcode-select --install