Changes between Version 1 and Version 2 of CatalinaProblems


Ignore:
Timestamp:
Oct 22, 2019, 9:09:47 AM (4 years ago)
Author:
cjones051073 (Chris Jones)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CatalinaProblems

    v1 v2  
    1111MacPorts must be [https://www.macports.org/install.php re-installed] in a version configured for macOS 10.15 Catalina.
    1212
    13 Ensure you have Xcode 11.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`.
     13Ensure you have Xcode 11.1 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`.
    1414
    1515There have been reports that the `-license` option might not be sufficient alone, and following command might be required to agree to the license: `sudo xcodebuild -runFirstLaunch`