Changes between Initial Version and Version 1 of Ticket #58760, comment 22


Ignore:
Timestamp:
Jul 21, 2020, 11:07:10 AM (4 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #58760, comment 22

    initial v1  
    1 that looks like your problem. There is a symlink from MacOSX10.14.sdk that is pointing to what resolves to the MacOSC10.15.sdk and that can't be good. If you remove that symlink, and while you're there clean up whatever the other messy one is (what is {{{'MacOSX.sdk 1'}}}??)., then I suspect you should be OK.
     1that looks like your problem. There is a symlink from MacOSX10.14.sdk that is pointing to what resolves to the MacOSX10.15.sdk and that can't be good. If you remove that symlink, and while you're there clean up whatever the other messy one is (what is {{{'MacOSX.sdk 1'}}}??)., then I suspect you should be OK.
    22
    33You may have built some software that now thinks there is a MacOSX10.14.sdk present in that location. If so, you'll need to get that SDK from Xcode10 I believe, and copy it in there, or rebuild the software looking for it there.