Changes between Version 2 and Version 3 of Ticket #58895, comment 32


Ignore:
Timestamp:
Apr 22, 2022, 5:06:46 PM (2 years ago)
Author:
Serge3leo (Serguei E. Leontiev)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58895, comment 32

    v2 v3  
    99Since, 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
    1010
    11 Workaround:
     11Workarounds:
    1212
    1313{{{
    1414sudo ln -s /Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/.
    1515}}}
     16
     17or
     18
     19{{{
     20sudo port install MacOSX10.15.sdk
     21sudo ln -s /opt/local/Developer/SDKs/MacOSX10.15.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/.
     22}}}
     23