Changes between Version 2 and Version 3 of SierraProblems
- Timestamp:
- Aug 22, 2016, 3:11:44 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SierraProblems
v2 v3 3 3 == General Issues == 4 4 5 First of all, please read [wiki:Migration] .5 First of all, please read [wiki:Migration] and [wiki:FAQ#prerelease FAQ#prerelease]. 6 6 7 7 == Updating MacPorts Base == 8 8 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 Mac ports base [https://guide.macports.org/chunked/installing.macports.html#installing.macports.source from source].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]. 10 10 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.11 Ensure 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`. 12 12 13 13 == Tickets for Broken Ports ==