Skip to content

Instantly share code, notes, and snippets.

@fitzy1321
Created September 15, 2022 17:30
Show Gist options
  • Save fitzy1321/914d84e33bcd05f9a2249097d24501ad to your computer and use it in GitHub Desktop.
Save fitzy1321/914d84e33bcd05f9a2249097d24501ad to your computer and use it in GitHub Desktop.
Fix xcode install loop problem

How to fix xcode install loop after upgrading macOS

I recently upgrade my mac to 12.6, and xcode command line tools is now in an install loop. Preventing me from running make commands, I found this stack overflow post.

TL;DR: my need to reset path to xcode tools (I think)

xcode-select -s /Library/Developer/CommandLineTools

Now make works again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment