Changes between Version 1 and Version 2 of HighSierraProblems


Ignore:
Timestamp:
Sep 20, 2017, 12:07:39 PM (7 years ago)
Author:
JTHartikainen (Jaakko Hartikainen)
Comment:

Added note of changed license agreement switch behavior in Xcode 9.x

Legend:

Unmodified
Added
Removed
Modified
  • HighSierraProblems

    v1 v2  
    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 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`.
     18
     19As 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`
    1820
    1921== Tickets for Broken Ports ==