Changes between Initial Version and Version 1 of Ticket #59837, comment 19
- Timestamp:
- Feb 26, 2020, 4:57:40 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #59837, comment 19
initial v1 3 3 I have two Macs running Mojave 10.14.6 that have this same exact problem. I doubt I did anything wrong when it comes to Xcode installation, yet I am in the same boat. 4 4 5 6 5 {{{ 7 mac:~ root# port install mercurial6 devmac:~ root# port install mercurial 8 7 Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly. 9 8 Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'. … … 23 22 24 23 {{{ 25 mac:~ root# ls -ldhF `locate MacOSX10.14`24 devmac:~ root# ls -ldhF `locate MacOSX10.14` 26 25 lrwxr-xr-x 1 root wheel 10B Nov 1 18:49 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk@ -> MacOSX.sdk 27 26 lrwxr-xr-x 1 root wheel 10B Nov 1 18:56 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk@ -> MacOSX.sdk 28 27 29 mac:~ root# xcode-select --install28 devmac:~ root# xcode-select --install 30 29 xcode-select: error: command line tools are already installed, use "Software Update" to install updates 31 30 32 mac:~ root# xcrun --sdk macosx10.14 --show-sdk-path31 devmac:~ root# xcrun --sdk macosx10.14 --show-sdk-path 33 32 /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk 34 33 }}}