Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Installation and Deployment
  4. Xcode update kills Qt
Qt 6.11 is out! See what's new in the release blog

Xcode update kills Qt

Scheduled Pinned Locked Moved Solved Installation and Deployment
3 Posts 2 Posters 1.4k Views 2 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.
  • ModelTechM Offline
    ModelTechM Offline
    ModelTech
    wrote on last edited by
    #1

    I just installed an update of XCode to version 9.0. As a result of this, I get an error when trying to compile my application that worked perfectly well before. The error is:

    Qt/5.9.1/clang_64/lib/QtCore.framework/Headers/qsystemdetection.h:95: error: 'TargetConditionals.h' file not found
    #  include <TargetConditionals.h>
               ^~~~~~~~~~~~~~~~~~~~~~
    

    I have tried to update Qt with the Maintenance Tool but this did not resolve the issue. How should I solve this?

    kshegunovK 1 Reply Last reply
    0
    • ModelTechM ModelTech

      I just installed an update of XCode to version 9.0. As a result of this, I get an error when trying to compile my application that worked perfectly well before. The error is:

      Qt/5.9.1/clang_64/lib/QtCore.framework/Headers/qsystemdetection.h:95: error: 'TargetConditionals.h' file not found
      #  include <TargetConditionals.h>
                 ^~~~~~~~~~~~~~~~~~~~~~
      

      I have tried to update Qt with the Maintenance Tool but this did not resolve the issue. How should I solve this?

      kshegunovK Offline
      kshegunovK Offline
      kshegunov
      Moderators
      wrote on last edited by
      #2

      https://forum.qt.io/topic/83447/made-the-mistake-of-updating-xcode

      Read and abide by the Qt Code of Conduct

      1 Reply Last reply
      0
      • ModelTechM Offline
        ModelTechM Offline
        ModelTech
        wrote on last edited by
        #3

        Ok. Solution was to remove my existing Qt5.9.1 and install Qt5.9.2...

        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