Changes between Version 6 and Version 7 of BigSurProblems
- Timestamp:
- Aug 14, 2022, 9:59:02 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BigSurProblems
v6 v7 19 19 Symptoms 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. 20 20 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] 24 21 25 == Rosetta 2 and build_arch == 22 26