Changes between Initial Version and Version 1 of Ticket #59233, comment 4


Ignore:
Timestamp:
Oct 24, 2019, 3:03:16 PM (4 years ago)
Author:
wyllys66 (Wyllys Ingersoll)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #59233, comment 4

    initial v1  
    11XCode 11.1 only includes the MacOSX10.15.sdk, but port still wants to use 10.14.  I  worked around this by making a soft link so that configure scripts would work correctly.  The other option is to revert to XCode 10.
    22
     3
     4{{{
    35$ cd /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    4 $ sudo ln -s MacOSXsdk MacOSX10.14.sdk
     6$ sudo ln -s MacOSX.sdk MacOSX10.14.sdk
    57
     8}}}
     9