Changes between Initial Version and Version 1 of Ticket #59755, comment 9


Ignore:
Timestamp:
Dec 1, 2019, 7:09:37 PM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59755, comment 9

    initial v1  
    11I suspect that you have installed Xcode 11, and you don't have a MacOSX10.14.sdk now in the Xcode bundle. Instead, you have a MacOSX10.15.sdk in the Xcode bundle, which is symlinked to MacOSX.sdk.
    22
    3 This path will not work for software looking for the MacOSX101.4.sdk, naturally.
     3This path will not work for software looking for the MacOSX10.14.sdk, naturally.
    44
    55So -- symlink as above from the proper MacOSX10.14.sdk in the command line tools folder into the Xcode bundle, and your software will be happy. Or help us find out how to fix the piece of software with the wrong baked in path.