You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So when you xcode-select --install, and then xcode-select --print-path
It says /Library/Developer/CommandLineTools
and building the repo will fail with some
/Library/Developer/CommandLineTools/Platforms/..... doesn't exist, syssomething error
/Library/Developer/CommandLineTools doesn't have a Platforms folder in it
after installing full xcode, xcode-select --print-path changed the path to /Applications/Xcode.app/Contents/Developer
and then it worked fine
For future reference, the error I was seeing looked like this: https://gist.github.com/hopskipnfall/cf1609420eb6116cd737a4026c20140e
The text was updated successfully, but these errors were encountered:
Putting this here for posterity:
The text was updated successfully, but these errors were encountered: