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. Moved XCode to another disk, now Qt can't build my project

Moved XCode to another disk, now Qt can't build my project

Scheduled Pinned Locked Moved General and Desktop
5 Posts 2 Posters 1.2k 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.
  • F Offline
    F Offline
    fredrossperry
    wrote on last edited by
    #1

    First, I updated XCode to version 6, and that broke because Qt does not work with XCode 6.
    I then uninstalled and reinstalled XCode 5. But still, something about the Qt setup is looking for XCode
    file at its old location. Qmake creates a Makefile that references folders at the old XCode location.
    Has anyone seen this? Thanks.

    1 Reply Last reply
    0
    • F Offline
      F Offline
      fredrossperry
      wrote on last edited by
      #2

      More data: I created a brand new user and the problem is gone. So I suspect this has to do with data that Qt keeps for each user. Where is this data? Thanks.

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

        Hi and welcome to devnet,

        Qt can work with Xcode 6, the current "problem" is that Xcode 6 doesn't provide the 10.8 SDK that was used to build the Qt packages. So you can either copy the SDK from 5.1.1 over to 6 or rebuild Qt.

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

        1 Reply Last reply
        0
        • F Offline
          F Offline
          fredrossperry
          wrote on last edited by
          #4

          Thanks @SGaist. I'll try that.

          In the meantime I found the source of the reference to my old XCode location.
          It was stored somewhere in ~/.config/QtProject. Deleting that folder got me
          back in good shape. There does not appear to be any place in the UI where one can control those settings. Maybe I missed it.

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

            No you didn't because there are none AFAIK. Also, until now generally (AFAIR) Xcode provided the current SDK and the prior versions where available for download

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

            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