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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 19

    initial v1  
    33I 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.
    44
    5 
    65{{{
    7 mac:~ root# port install mercurial
     6devmac:~ root# port install mercurial
    87Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly.
    98Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
     
    2322
    2423{{{
    25 mac:~ root# ls -ldhF `locate MacOSX10.14`
     24devmac:~ root# ls -ldhF `locate MacOSX10.14`
    2625lrwxr-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
    2726lrwxr-xr-x  1 root  wheel    10B Nov  1 18:56 /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk@ -> MacOSX.sdk
    2827
    29 mac:~ root# xcode-select --install
     28devmac:~ root# xcode-select --install
    3029xcode-select: error: command line tools are already installed, use "Software Update" to install updates
    3130
    32 mac:~ root# xcrun --sdk macosx10.14 --show-sdk-path
     31devmac:~ root# xcrun --sdk macosx10.14 --show-sdk-path
    3332/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
    3433}}}