Sierra: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
see https:// | see https://git.charlesreid1.com/dotfiles/mac | ||
===Selecting xcode and installing command line tools=== | ===Selecting xcode and installing command line tools=== | ||
| Line 5: | Line 5: | ||
<pre> | <pre> | ||
xcrun: invalid active developer path, missing xcrun at /Library/Developer/CommandLineTools/usr/bin/xcrun | xcrun: invalid active developer path, missing xcrun at /Library/Developer/CommandLineTools/usr/bin/xcrun | ||
<pre> | </pre> | ||
solution: | solution: | ||
| Line 16: | Line 16: | ||
[[Category:Mac]] | [[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