Changes between Version 2 and Version 3 of Ticket #63694, comment 36


Ignore:
Timestamp:
Dec 7, 2021, 4:42:44 PM (3 years ago)
Author:
jmesmon (Cody Schafer)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #63694, comment 36

    v2 v3  
    1616 - macosx 12 sdk location: `/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.0.sdk`
    1717 - macosx 11.3 sdk location: `/Library/Developer/CommandLineTools/SDKs/MacOSX11.3.sdk`
     18
     19Edit2: another thought about what the issue might be here:
     20
     21My selected developer directory (`xcode-select -switch ...`) was `/Applications/Xcode.app/Contents/Developer/` when I conducted all this testing. So perhaps macports was looking in the wrong developer directory? It was definitely picking up the old sdk version from `/Library/Developer`, but I'm not sure if that is intended behavior when the Developer directory is set to another location. (I'm also not familiar with how the sdk_version is normally picked by macports).