Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Xcode 6...

    General and Desktop
    9
    26
    15801
    Loading More Posts
    • 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
      DigitalPioneer last edited by

      For those who want to use lldb from QtCreator without downgrading XCode, if you're willing to risk running unstable code, you can grab lldbbridge.py from the git repo at https://qt.gitorious.org/qt-creator/qt-creator/raw/4d12c017de5cf452480d6a627c927ae8c4278300:share/qtcreator/debugger/lldbbridge.py and use it to replace Qt Creator.app/Contents/Resources/debugger/lldbbridge.py. I did that, and now I can use lldb from XCode 6.0.1 in QtCreator 3.2.1.

      1 Reply Last reply Reply Quote 0
      • M
        Moonlight-Angel last edited by

        One more thing.
        If you just reinstalled Mavericks and are searching for XCode 5, it is no longer available in the App Store.
        Here are a few download links right from Apple servers.
        http://stackoverflow.com/a/10335943

        No keyboard found. Press any key to continue.

        1 Reply Last reply Reply Quote 0
        • J
          julyighor last edited by

          I confirm that Debugging in Qt Creator lldb with XCode 6 works only if "Run in terminal" checkbox checked.
          So I think solution is not so far.

          1 Reply Last reply Reply Quote 0
          • VStevenP
            VStevenP last edited by

            Will the Qt 5.4 package and its bundled Qt Creator support Xcode6 out-of-the box, or will we still need to perform these 1 or 2 hacks (change the qdevice.pri file and update lldbridge.py manually)?

            I tried looking in Qt JIRA to find out, but wasn't able to find the pertinent issues. (I did see this bug https://bugreports.qt-project.org/browse/QTBUG-41838 but it was not addressed and perhaps it was a duplicate or entered in the wrong category.)

            1 Reply Last reply Reply Quote 0
            • J
              julyighor last edited by

              [quote author="VStevenP" date="1413498920"]Will the Qt 5.4 package and its bundled Qt Creator support Xcode6 out-of-the box, or will we still need to perform these 1 or 2 hacks (change the qdevice.pri file and update lldbridge.py manually)?

              I tried looking in Qt JIRA to find out, but wasn't able to find the pertinent issues. (I did see this bug https://bugreports.qt-project.org/browse/QTBUG-41838 but it was not addressed and perhaps it was a duplicate or entered in the wrong category.)
              [/quote]

              Qt Creator 3.2.2 works fine without hacks.

              1 Reply Last reply Reply Quote 0
              • VStevenP
                VStevenP last edited by

                Do you know what version of QtCreator will be bundled in the Qt 5.4 package? Is it 3.2.2 or some change list after that?

                It's important that I understand whether the Qt Creator that is bundled with Qt 5.4 will suffice.

                1 Reply Last reply Reply Quote 0
                • J
                  julyighor last edited by

                  [quote author="VStevenP" date="1413499813"]Do you know what version of QtCreator will be bundled in the Qt 5.4 package? Is it 3.2.2 or some change list after that?

                  It's important that I understand whether the Qt Creator that is bundled with Qt 5.4 will suffice.[/quote]

                  As I remamber they always include Qt Creator latest version.
                  Maybe it will be 3.2.2 or maybe newer, but I think it will not be deprecated version.

                  1 Reply Last reply Reply Quote 0
                  • VStevenP
                    VStevenP last edited by

                    It's also important for me to understand whether Qt 5.4 package will not have this problem at all

                    1 Reply Last reply Reply Quote 0
                    • VStevenP
                      VStevenP last edited by

                      Thank you for your info.

                      1 Reply Last reply Reply Quote 0
                      • J
                        julyighor last edited by

                        [quote author="VStevenP" date="1413500037"]It's also important for me to understand whether Qt 5.4 package will not have this problem at all[/quote]

                        I think you don't need to worry about it. They do the best.
                        Just interesting, why it so important for you? Any way, it is not so hard to edit txt file to fix this.

                        1 Reply Last reply Reply Quote 0
                        • VStevenP
                          VStevenP last edited by

                          When you work in a company with a bunch people wanting to use a tool, it's easier to manage things if you upgrade tools together, such as Qt. Some people who use the tool are less technical and not good at hacking things. Some are very good, but don't want to work with experimental debugger code.

                          Apple released XCode6 and it reminds everybody everyday that it's available. Everybody wants to upgrade to it due to the constant annoying reminders. But that's not a good enough reason to upgrade a tool. One should upgrade to Xcode6 when one's toolset is ready to handle it without hacks, to make it easy for managing the rollout in the organization.

                          This is why.

                          1 Reply Last reply Reply Quote 0
                          • J
                            julyighor last edited by

                            [quote author="VStevenP" date="1413500583"]When you work in a company with a bunch people wanting to use a tool, it's easier to manage things if you upgrade tools together, such as Qt. Some people who use the tool are less technical and not good at hacking things. Some are very good, but don't want to work with experimental debugger code.

                            Apple released XCode6 and it reminds everybody everyday that it's available. Everybody wants to upgrade to it due to the constant annoying reminders. But that's not a good enough reason to upgrade a tool. One should upgrade to Xcode6 when one's toolset is ready to handle it without hacks, to make it easy for managing the rollout in the organization.

                            This is why.[/quote]

                            XCode 6.1 beta + Qt 5.3.2 + Qt Creator 3.2.2 works good for me and no more bugs found.

                            It was not big problem in Qt Creator, debugger worked fine even in 3.2.1 (only in terminal mode), there was problem in Qt Creator config files only.

                            So I think there is no reason to worry about next update.

                            1 Reply Last reply Reply Quote 0
                            • VStevenP
                              VStevenP last edited by

                              Great - thank you!

                              1 Reply Last reply Reply Quote 0
                              • First post
                                Last post