Changes between Version 4 and Version 5 of Ticket #63694, comment 36


Ignore:
Timestamp:
Dec 7, 2021, 4:50:49 PM (2 years ago)
Author:
jmesmon (Cody Schafer)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63694, comment 36

    v4 v5  
    2222
    2323Note: using the xcode settings (Xcode Preferences > Locations > Command Line Tools) to set the command line tools to Xcode 13.1 effectively runs `xcode-select -switch /Applications/Xcode.app/Contents/Developer/`.
     24
     25Edit3: another thought: possible that this build works if one selects the older command line tools (via `xcode-select -switch /Library/Developer`) and still uses the older SDK. If so, suggests we should probably try to avoid mixing new SDKs with old command line tools in macports itself (ie: when picking the SDK to use, ensure there's a match with the command line tools in use)