Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. Build issue after OSX El Capitan Upgrade

Build issue after OSX El Capitan Upgrade

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 763 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • V Offline
    V Offline
    vezprog
    wrote on last edited by
    #1

    I am getting a compiler message after upgrading to OSX El Capitan that is the following:

    :-1: warning: no such sysroot directory: '/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.sdk'

    My SDK is currently at MacOSX10.11.sdk.

    Does this require a recompile of the Qt SDK with the new Xcode 7 command line tools? Or is there a configuration file in the build where I can set the SDK environment variable?

    I haven't been able to fine any documentation on Qt5.5 where this parameter resides.

    1 Reply Last reply
    0
    • K Offline
      K Offline
      kevinbarresi
      wrote on last edited by
      #2

      I had the same issue. The following addition to my project file helped:

      QMAKE_MAC_SDK = macosx10.11

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved