Changes between Version 2 and Version 3 of Ticket #58895, comment 32
- Timestamp:
- Apr 22, 2022, 5:06:46 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #58895, comment 32
v2 v3 9 9 Since, according to the documentation, MacPorts depends on "Xcode Command Line Tools", it is probably better that the precompiled package "gcc9-*.bz2" would refer to /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk 10 10 11 Workaround :11 Workarounds: 12 12 13 13 {{{ 14 14 sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/. 15 15 }}} 16 17 or 18 19 {{{ 20 sudo port install MacOSX10.15.sdk 21 sudo ln -s /opt/local/Developer/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/. 22 }}} 23