From charlesreid1

(Created page with "see https://github.com/charlesreid1/dotfiles")
 
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
see https://github.com/charlesreid1/dotfiles
see https://git.charlesreid1.com/dotfiles/mac
 
===Selecting xcode and installing command line tools===
 
<pre>
xcrun: invalid active developer path, missing xcrun at /Library/Developer/CommandLineTools/usr/bin/xcrun
</pre>
 
solution:
 
<pre>
xcode-select --install
</pre>
 
 
 
[[Category:Mac]]
[[Category:January 2018]]

Latest revision as of 16:08, 7 August 2018

see https://git.charlesreid1.com/dotfiles/mac

Selecting xcode and installing command line tools

xcrun: invalid active developer path, missing xcrun at /Library/Developer/CommandLineTools/usr/bin/xcrun

solution:

xcode-select --install