Sierra: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
see https://github.com/charlesreid1/dotfiles | see https://github.com/charlesreid1/dotfiles | ||
===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:Mac]] | ||
Revision as of 22:43, 7 January 2018
see https://github.com/charlesreid1/dotfiles
Selecting xcode and installing command line tools
xcrun: invalid active developer path, missing xcrun at /Library/Developer/CommandLineTools/usr/bin/xcrun <pre> solution: <pre> xcode-select --install