Changes between Version 2 and Version 3 of HighSierraProblems
- Timestamp:
- Sep 22, 2017, 1:14:52 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HighSierraProblems
v2 v3 15 15 MacPorts must be [https://www.macports.org/install.php re-installed] in a version configured for macOS 10.13 High Sierra. 16 16 17 Ensure you have Xcode 8.x (FIXME)or greater installed and selected (e.g. `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`), and that you have the command line tools installed (`xcode-select --install`). You also have to agree to the license by running `sudo xcodebuild -license`.17 Ensure you have Xcode 9.0 or greater installed and selected (e.g. `sudo xcode-select -s /Applications/Xcode.app/Contents/Developer`), and that you have the command line tools installed (`xcode-select --install`). You also have to agree to the license by running `sudo xcodebuild -license`. 18 18 19 19 As of Xcode 9.x, the `-license` option might not be sufficient alone, and following command might be required to agree to the license: `sudo xcodebuild -runFirstLaunch`