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


Ignore:
Timestamp:
Aug 28, 2020, 11:04:08 PM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 12

    initial v1  
    1 Checking on my computer, as said in the last comment, although the install of CLT  (macOS 10.14) for Xcode 10.3 Jul 16, 2019 went OK, it is not found when running xcrun --sdk macosx10.14 --show-sdk-path :
     1Checking on my computer, as said in the last comment, although the install of CLT  (macOS 10.14) for Xcode 10.3 Jul 16, 2019 went OK, it is not found when running `xcrun --sdk macosx10.14 --show-sdk-path` :
    22
     3{{{
    34xcodebuild: error: SDK "macosx10.14" cannot be located. xcodebuild: error: SDK "macosx10.14" cannot be located. xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.14' [macp2034:~] caux%
     5}}}
    46
    57On the other hand, the SDK macOS10.15 is still present :
    68
     9{{{
    710xcrun --sdk macosx10.15 --show-sdk-path
    811/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.15.sdk
     12}}}
    913
    1014Please note that I was doing all that because the SDK macOS10.14 is not present on my computer, nor in the  /Library/Developer folder, neither elsewhere...