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. DiskArbitration not found?
Qt 6.11 is out! See what's new in the release blog

DiskArbitration not found?

Scheduled Pinned Locked Moved Solved QML and Qt Quick
5 Posts 4 Posters 2.7k Views
  • 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.
  • I Offline
    I Offline
    igor_stravinsky
    wrote on last edited by
    #1

    I just updated to Xcode 9, and now in a previously running Qt Quick project I get an error:

    "Framework not found DiskArbitration"

    Does anyone know how to remedy this?

    1 Reply Last reply
    0
    • P Offline
      P Offline
      patrik08
      wrote on last edited by
      #2

      sdk download apple https://developer.apple.com/download/ or
      https://forum.qt.io/topic/83447/made-the-mistake-of-updating-xcode
      or leave any QMAKE_MAC_SDK in pro file...

      1 Reply Last reply
      1
      • I Offline
        I Offline
        igor_stravinsky
        wrote on last edited by
        #3

        Fixed. Thanks!

        C 1 Reply Last reply
        0
        • RochusR Offline
          RochusR Offline
          Rochus
          wrote on last edited by
          #4

          Found the following with Qt5.9.1 on OS X 10.11.6: when building for 64bit add to the pro file:
          QMAKE_LFLAGS += -F/System/Library/Frameworks -L/usr/lib
          This resolves the DiskArbitration framework and c++ library not found issue. After these tricks the 64bit application compiles and runs.

          1 Reply Last reply
          0
          • I igor_stravinsky

            Fixed. Thanks!

            C Offline
            C Offline
            cbdg
            wrote on last edited by
            #5

            @igor_stravinsky
            how did you fixed??

            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