Explorar o código

Setup Xcode command line tools

homdx %!s(int64=5) %!d(string=hai) anos
pai
achega
6c024c7a8b
Modificáronse 1 ficheiros con 6 adicións e 0 borrados
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -47,3 +47,9 @@ you can force-install them with the following command:
 ```bash
 $ sudo installer -pkg /Library/Developer/CommandLineTools/Packages/macOS_SDK_headers_for_macOS_10.14.pkg -target /
 ```
+
+If you get an error about that file not existing, you probably simply don't have the Xcode command line tools installed which can be remedied simply as follows:
+
+```bash
+$ xcode-select --install
+```