Changes between Version 2 and Version 3 of HighSierraProblems


Ignore:
Timestamp:
Sep 22, 2017, 1:14:52 PM (7 years ago)
Author:
l2dy (Zero King)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HighSierraProblems

    v2 v3  
    1515MacPorts must be [https://www.macports.org/install.php re-installed] in a version configured for macOS 10.13 High Sierra.
    1616
    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`.
     17Ensure 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`.
    1818
    1919As 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`