Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. 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
QtWS25 Last Chance

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

Scheduled Pinned Locked Moved Mobile and Embedded
6 Posts 4 Posters 2.8k 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.
  • N Offline
    N Offline
    Nando
    wrote on 3 Jul 2015, 16:58 last edited by
    #1

    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
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 3 Jul 2015, 21:45 last edited by
      #2

      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
      0
      • S Offline
        S Offline
        sandy.martel23
        wrote on 4 Jul 2015, 10:45 last edited by
        #3

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

        1 Reply Last reply
        0
        • N Offline
          N Offline
          Nando
          wrote on 6 Jul 2015, 05:52 last edited by
          #4

          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 6 Jul 2015, 09:44
          0
          • N Nando
            6 Jul 2015, 05:52

            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 Offline
            S Offline
            sandy.martel23
            wrote on 6 Jul 2015, 09:44 last edited by
            #5

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

            1 Reply Last reply
            0
            • H Offline
              H Offline
              haptork
              wrote on 17 Oct 2015, 13:41 last edited by
              #6

              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
              0

              • Login

              • Login or register to search.
              • First post
                Last post
              0
              • Categories
              • Recent
              • Tags
              • Popular
              • Users
              • Groups
              • Search
              • Get Qt Extensions
              • Unsolved