Changes between Version 2 and Version 3 of CatalinaProblems


Ignore:
Timestamp:
Nov 14, 2020, 1:36:07 PM (3 years ago)
Author:
jmroot (Joshua Root)
Comment:

Xcode 11.3 is the first without major bugs

Legend:

Unmodified
Added
Removed
Modified
  • CatalinaProblems

    v2 v3  
    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.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`.
     13Ensure you have Xcode 11.3 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`