Changes between Version 1 and Version 2 of BigSurProblems


Ignore:
Timestamp:
Nov 20, 2020, 3:55:21 PM (3 years ago)
Author:
mpasternak (Michał Pasternak)
Comment:

Describe manual installation

Legend:

Unmodified
Added
Removed
Modified
  • BigSurProblems

    v1 v2  
    1313There 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`
    1414
     15== Install macOS SDK 11.0 manually in case of problems ==
     16
     17Some users who upgraded from earlier versions of macOS reported, that `xcode-select --install` didn't gave proper results (didn't install neither Xcode, nor the SDK required) and first the installation of Xcode from AppStore and then the installation of `Command-line tools for Xcode 12.2` was required from Apple Developer site, as described here: https://www.macports.org/install.php .
     18
     19Symptoms that your system requires manual installation: console message about missing SDK (`Warning: The macOS 11.0 SDK does not appear to be installed. Ports may not build correctly. Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.`) or a message about C compiler being unable to create executables in build logs.
     20
    1521== Tickets for Broken Ports ==
    1622