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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59837, comment 18

    initial v1  
    33I followed all the steps you suggested :
    44
     5{{{
    56[Emmanuels:/Library/Developer] caux% sudo mkdir /Library/Developer/SavedSDKS
    67Password:
     
    1112[Emmanuels:/Library/Developer] caux% sudo ln -s /Library/Developer/SavedSDKS/MacOSX10.14.sdk /Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk
    1213[Emmanuels:/Library/Developer] caux% sudo ln -s /Library/Developer/SavedSDKS/MacOSX10.14.sdk /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
     14}}}
    1315
    1416Up to there, I didn't get any error message.
     
    1618But running this command :
    1719
     20{{{
    1821[Emmanuels:/Library/Developer] caux% xcrun --sdk macosx10.14 --show-sdk-path
    1922xcodebuild: error: SDK "macosx10.14" cannot be located.
     
    2124xcrun: error: unable to lookup item 'Path' in SDK 'macosx10.14'
    2225[Emmanuels:/Library/Developer] caux%
     26}}}
    2327
    2428shows the problem is still there, and impeds me to upgrade any ports...