Changes between Initial Version and Version 1 of Ticket #59837, comment 20


Ignore:
Timestamp:
Feb 26, 2020, 4:55:55 AM (4 years ago)
Author:
RiotNrrrd
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 20

    initial v1  
    2424warnings on this system, even after having done that.
    2525
    26 I think it's because I have Xcode 11.3.1 on this system, and it installed a Catalina SDK in the Xcode tree instead of a Mojave one.
     26I think it might be complaining because I have Xcode 11.3.1 on this system, and it installed a Catalina SDK in the Xcode tree instead of a Mojave one.
    2727
    2828(Even though the SDK installed by the Command Line Tools installer is still the version for Mojave.)
     
    3333/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
    3434}}}
    35 
    36 On another Mojave development system where I have the older Xcode 10.3 version installed, I do ''not'' get the
    37 
    38 {{{
    39 Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly.
    40 Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
    41 }}}
    42 
    43 warnings.  I believe this is because both SDKs located under the Xcode and Command Line Tools trees are for Mojave:
    44 
    45 {{{
    46 devmac:~ root# locate /MacOSX10.1
    47 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    48 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
    49 }}}
    50 
    51 Hoping this helps someone if they run into the same situation.