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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 21

    initial v1  
    1818
    1919The SDK is right there in the path "''Joshua Root''" claims it is looked for in, yet ''**xcrun**'' doesn't find it.
     20
     21Meanwhile, on the dev Mac with the 10.14 SDK in both places:
     22
     23{{{
     24devmac:~ root# ls -d /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
     25/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
     26
     27devmac:~ root# ls -d /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
     28/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
     29
     30devmac:~ root# xcrun --sdk macosx10.14 --show-sdk-path
     31/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
     32
     33devmac:~ root# port install wine-devel
     34Warning: The macOS 10.14 SDK does not appear to be installed. Ports may not build correctly.
     35Warning: You can install it as part of the Xcode Command Line Tools package by running `xcode-select --install'.
     36[...]
     37}}}
     38
     39Riddle me ''that'', Batman ...