Changes between Initial Version and Version 1 of Ticket #59837, comment 20
- Timestamp:
- Feb 26, 2020, 4:55:55 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59837, comment 20
initial v1 24 24 warnings on this system, even after having done that. 25 25 26 I think it 'sbecause I have Xcode 11.3.1 on this system, and it installed a Catalina SDK in the Xcode tree instead of a Mojave one.26 I 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. 27 27 28 28 (Even though the SDK installed by the Command Line Tools installer is still the version for Mojave.) … … 33 33 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk 34 34 }}} 35 36 On another Mojave development system where I have the older Xcode 10.3 version installed, I do ''not'' get the37 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.147 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk48 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk49 }}}50 51 Hoping this helps someone if they run into the same situation.