Changes between Version 7 and Version 8 of BigSurProblems


Ignore:
Timestamp:
Aug 14, 2022, 10:00:06 AM (21 months ago)
Author:
c9s (Yo-An Lin)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BigSurProblems

    v7 v8  
    1919Symptoms that your system requires manual installation: console message about missing SDK (`Warning: The macOS 11.x 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.
    2020
    21 If `xcode-select --install` shows that the command-line tools are already installed, but `ls /Library/Developer/CommandLineTools/SDKs/` did not list the desired version, you need to download the installer from Apple developer center manually
    22 
    23 [https://developer.apple.com/download/all/?q=command%20line%20tools developer.apple.com]
     21If `xcode-select --install` shows that the command-line tools are already installed, but `ls /Library/Developer/CommandLineTools/SDKs/` did not list the desired version, you need to download the installer from Apple developer center manually https://developer.apple.com/download/all/?q=command%20line%20tools developer.apple.com
    2422
    2523== Rosetta 2 and build_arch ==