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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 16

    initial v1  
    22Checking the right directory, I have the macosx10.14 present in it :
    33
    4  [Emmanuels:~] caux% cd /Library/Developer/CommandLineTools/SDKs/
     4{{{
     5[Emmanuels:~] caux% cd /Library/Developer/CommandLineTools/SDKs/
    56[Emmanuels:Developer/CommandLineTools/SDKs] caux% ls
    67MacOSX.sdk/      MacOSX10.14.sdk@
     8}}}
    79
    810But if I type the command to find it, it is not found :
    911
     12{{{
    1013[Emmanuels:~] caux% xcrun --sdk MacOSX10.14 --show-sdk-path                                                                           
    1114xcodebuild: error: SDK "MacOSX10.14" cannot be located.
    1215xcodebuild: error: SDK "MacOSX10.14" cannot be located.
    1316xcrun: error: unable to lookup item 'Path' in SDK 'MacOSX10.14'
     17}}}
    1418
    1519Is it the origin of the problem ? And if yes, what should I do ?