Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QML and Qt Quick
  4. Help with QT
Forum Updated to NodeBB v4.3 + New Features

Help with QT

Scheduled Pinned Locked Moved QML and Qt Quick
7 Posts 3 Posters 1.5k Views 3 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.
  • G Offline
    G Offline
    Goutam
    wrote on last edited by Goutam
    #1

    Hi
    Im very new to QT and only have a very basic understanding of it ..I use it on my macbook osx 10.10.5 and it had been running fine till yesterday...now when i try to build and run my program it gives me the fillowing error
    /Users/Goutam/Qt/5.5/clang_64/lib/QtCore.framework/Headers/qglobal.h:180: error: 'AvailabilityMacros.h' file not found

    include <AvailabilityMacros.h>

           ^
    

    I think it is some updates that i did that messed things up however im not sure...
    I need tp get qt back running so that i can finish my project
    thanks in advance
    Goutam

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      Hi Gouam,

      Did you use a # ?

      include <AvailabilityMacros.h>

      Should be

      #include <AvailabilityMacros.h>

      Hope it helps

      Qt Certified Specialist
      www.edalsolutions.be

      G 1 Reply Last reply
      0
      • SGaistS Offline
        SGaistS Offline
        SGaist
        Lifetime Qt Champion
        wrote on last edited by
        #3

        Hi and welcome to devnet,

        Any chance of an Xcode update in between ?

        Interested in AI ? www.idiap.ch
        Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

        G 1 Reply Last reply
        0
        • EddyE Eddy

          Hi Gouam,

          Did you use a # ?

          include <AvailabilityMacros.h>

          Should be

          #include <AvailabilityMacros.h>

          Hope it helps

          G Offline
          G Offline
          Goutam
          wrote on last edited by
          #4

          @Eddy there is a # beore it so i dont think thats the issue .....thanks anyways

          1 Reply Last reply
          0
          • SGaistS SGaist

            Hi and welcome to devnet,

            Any chance of an Xcode update in between ?

            G Offline
            G Offline
            Goutam
            wrote on last edited by
            #5

            @SGaist i think so ....there might have been an auto update.....is that ia problem though?......thanks for getting back

            1 Reply Last reply
            0
            • SGaistS Offline
              SGaistS Offline
              SGaist
              Lifetime Qt Champion
              wrote on last edited by
              #6

              I've seen some posts where calling " xcode-select --install" helped in that situation

              Interested in AI ? www.idiap.ch
              Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

              G 1 Reply Last reply
              0
              • SGaistS SGaist

                I've seen some posts where calling " xcode-select --install" helped in that situation

                G Offline
                G Offline
                Goutam
                wrote on last edited by
                #7

                @SGaist i just trien putting that in the terminal and this shows up....
                xcode-select: error: command line tools are already installed, use "Software Update" to install updates

                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