Changes between Initial Version and Version 10 of Ticket #57629


Ignore:
Timestamp:
Nov 19, 2018, 2:59:12 AM (5 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Right. Install the command line tools or downgrade to Xcode 9.4.1. Either one will provide the 10.13 SDK with which you can build universal. Using only Xcode 10 on High Sierra without the command line tools will only get you the 10.14 SDK, with which you cannot build universal at this time.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57629

    • Property Status changed from new to closed
    • Property Cc michaelld added
    • Property Keywords highsierra added
    • Property Resolution changed from to invalid
    • Property Port cmake added
  • Ticket #57629 – Description

    initial v10  
    22The failure generates tons of output, but the important bit is this:
    33
     4{{{
    45:info:configure     ld: warning: The i386 architecture is deprecated for macOS (remove from the Xcode build setting: ARCHS)
    56:info:configure     ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd, missing required architecture i386 in file /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/lib/libSystem.tbd
    67:info:configure     ld: dynamic main executables must link with libSystem.dylib for architecture i386
    78:info:configure     clang: error: linker command failed with exit code 1 (use -v to see invocation)
    8 
     9}}}