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


Ignore:
Timestamp:
Dec 14, 2019, 3:05:20 AM (4 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 6

    initial v1  
    55There is a MacOSX.sdk in /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ :
    66
     7{{{
    78[Emmanuels:MacOSX.platform/Developer/SDKs] caux% ls /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/
    89DriverKit19.0.sdk/ MacOSX.sdk/        MacOSX10.15.sdk@
     10}}}
    911
    1012But the alias is MacOSX10.15.sdk@ and not MacOSX10.14.sdk@ as it should be I think. I have no idea why and how this alias has been created as I never tried to install MacOSX10.15 on my computer !
     
    1315
    1416Running
     17{{{
    1518[Emmanuels:MacOSX.platform/Developer/SDKs] caux% xcrun --sdk macosx10.14 --show-sdk-path
     19}}}
    1620
    1721gives :
     22{{{
    1823xcodebuild: error: SDK "macosx10.14" cannot be located.
    1924xcodebuild: error: SDK "macosx10.14" cannot be located.
    2025xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.14'
    21 
     26}}}