Changes between Version 2 and Version 3 of SierraProblems


Ignore:
Timestamp:
Aug 22, 2016, 3:11:44 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SierraProblems

    v2 v3  
    33== General Issues ==
    44
    5 First of all, please read [wiki:Migration].
     5First of all, please read [wiki:Migration] and [wiki:FAQ#prerelease FAQ#prerelease].
    66
    77== Updating MacPorts Base ==
    88
    9 MacPorts must be [https://www.macports.org/install.php re-installed] in a version configured for macOS 10.12 Sierra. However, for now, you must install the latest version of Macports base [https://guide.macports.org/chunked/installing.macports.html#installing.macports.source from source].
     9MacPorts must be [https://www.macports.org/install.php re-installed] in a version configured for macOS 10.12 Sierra. However, for now, you must install the latest version of MacPorts base [https://guide.macports.org/chunked/installing.macports.html#installing.macports.source from source].
    1010
    11 Ensure you have at least the command line tools installed by running `xcode-select --install` from a Terminal. Make sure to also run this even if you have Xcode installed, because some ports fail to build without it. You also have to run `sudo xcodebuild -license` after doing this.
     11Ensure you have Xcode 8 beta or greater installed and selected (e.g. `sudo xcode-select -s /Applications/Xcode-beta.app/Contents/Developer`), and that you install the command line tools installed (`xcode-select --install`). You also have to agree to the license by running `sudo xcodebuild -license`.
    1212
    1313== Tickets for Broken Ports ==