Qt Forum

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

    Update: Forum Guidelines & Code of Conduct


    Qt World Summit: Early-Bird Tickets

    Qt 5.5 final release + OS X 10.10.4 + Xcode 6.4 - A lot of warnings when building + error when deploying to iOS 8.4

    Mobile and Embedded
    4
    6
    2387
    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.
    • N
      Nando last edited by

      Hi,
      i have problems deploying my app to iOS device (8.4).

      While building a get thousands of warnings like:
      /Users/nando/Qt/5.5/ios/include/QtCore/qabstractanimation.h:129: warning: unknown warning group '-Winconsistent-missing-override', ignored [-Wunknown-pragmas]
      Q_OBJECT
      ^

      /Users/nando/Qt/5.5/ios/include/QtCore/qcompilerdetection.h:1096: expanded from macro 'QT_DO_PRAGMA'
      #define QT_DO_PRAGMA(text) _Pragma(#text)
      ^
      <scratch space>:172:27: note: expanded from here
      clang diagnostic ignored "-Winconsistent-missing-override"
      ^

      And when deploying:

      Starting remote process.
      TransferAppSession(26d492b5d61eaee2ac5120066cd5e3ba7d094c6f, /development/qtcreator-workspace/build-AVIATOReLogbook-iphoneos_clang_Qt_5_5_0_for_iOS-Debug/AVIATOReLogbook-App/Debug-iphoneos/AVIATOReLogbook-App.app)failed to get app Path on device for bundle /development/qtcreator-workspace/build-AVIATOReLogbook-iphoneos_clang_Qt_5_5_0_for_iOS-Debug/AVIATOReLogbook-App/Debug-iphoneos/AVIATOReLogbook-App.app with appId: aero.aviatorsoft.AVIATOReLogbook-App
      TransferAppSession(26d492b5d61eaee2ac5120066cd5e3ba7d094c6f, /development/qtcreator-workspace/build-AVIATOReLogbook-iphoneos_clang_Qt_5_5_0_for_iOS-Debug/AVIATOReLogbook-App/Debug-iphoneos/AVIATOReLogbook-App.app)Unexpected reply: ENo such file or directory () (454e6f20737563682066696c65206f72206469726563746f7279202829) vs OK (4f4b)
      Run ended.

      Any ideas whats happened?

      This happened just after upgrading OS X and Xcode...

      Greetings
      Nando

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi,

        This is a known problem that has been fixed for 5.5.1, if you need the fix now you can apply the patch needed against Qt 5.5.0 and rebuild Qt yourself.

        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 Reply Quote 0
        • S
          sandy.martel23 last edited by

          And the patch is:
          https://codereview.qt-project.org/gitweb?p=qt/qtbase.git;a=patch;h=7d5e849e2808e9051a6d3ab19f29109b852f7bc9

          1 Reply Last reply Reply Quote 0
          • N
            Nando last edited by

            Hi,
            and thank you for the information with the patch.

            Does the patch fix also the deployment problems or just the warning stuff?

            Greetings
            Nando

            S 1 Reply Last reply Reply Quote 0
            • S
              sandy.martel23 @Nando last edited by

              I haven't tried to deploy anything yet to be honest. The patch looks unrelated to that type of problem...

              1 Reply Last reply Reply Quote 0
              • H
                haptork last edited by

                I had similar issue with Qt 5.5.1 and c++14 code. Adding CONFIG += c++14 did not work, the same errors still showed up.

                I tried CONFIG += c++11 c++14, which worked, fortunately.

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