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. Qt 5.3 and XCode 6 beta
Forum Updated to NodeBB v4.3 + New Features

Qt 5.3 and XCode 6 beta

Scheduled Pinned Locked Moved Installation and Deployment
4 Posts 4 Posters 3.7k 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.
  • D Offline
    D Offline
    deadbird
    wrote on last edited by
    #1

    Hi everyone.

    I installed OSX 10.10. XCode 5 isn't compatible with it anymore, so I installed XCode 6 beta. But now Qt 5.3 won't work anymore.
    I open a C++ project from the .pro file, having deleted .user files. I choose regular Desktop kit, clean, build, and get this message: "Xcode not set up properly. You may need to confirm the license agreement by running /usr/bin/xcodebuild.".
    Ok, fine, let's do this. I run "/usr/bin/xcodebuild" and get this: "xcode-select: error: tool 'xcodebuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance"

    Does someone know where to go from here to fix everything?

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

      Hi,

      You can try the qt irc channel. Using a Beta OS with a Beta version of Xcode, you won't be likely to get an answer quickly. You'll also have to build Qt from source since the OS X 10.10 detection had been added last week.

      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
      • G Offline
        G Offline
        gerberka
        wrote on last edited by
        #3

        I solve this by two steps:

        1. Install command_line_tools_for_osx_10.9 from apple developer site
        2. XCode -> Preferences -> Locations -> Choose command line tools
        1 Reply Last reply
        0
        • S Offline
          S Offline
          sandy.martel
          wrote on last edited by
          #4

          bq. XCode 5 isn’t compatible with it anymore

          I don't think this is true, it seems to work perfectly here.

          Use xcode-select to set the active Xcode

          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