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. Problem opening Qt5.5.1 app on OS X 10.6.8

Problem opening Qt5.5.1 app on OS X 10.6.8

Scheduled Pinned Locked Moved Solved Installation and Deployment
7 Posts 4 Posters 1.6k 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.
  • E Offline
    E Offline
    Eric Lundberg
    wrote on last edited by
    #1

    I have an application developed with Qt 5.5.1 on a system running OS X 10.10.5. The application will not open for a user attempting to use it on OS X 10.6.8. The problem report states that "App cannot be opened because of a problem." I have deployed the application bundle on my system where it works fine. Are there issues with deploying to 10.6.8 (Snow Leopard)?

    1 Reply Last reply
    0
    • A Offline
      A Offline
      ambershark
      wrote on last edited by
      #2

      Usually on that "there is a problem" screen on osx, you can get more information. Which is basically like a crash log. Can you post that info here?

      Or barring that can you open the application in a debugger and show us the info from that?

      And final question, did you limit your target osx platform when you built? Something like:

      QMAKE_CFLAGS += -mmacosx-version-min=10.6
      QMAKE_CXXFLAGS += -mmacosx-version-min=10.6
      

      Or did you use something like:

      macx:QMAKE_MACOSX_DEPLOYMENT_TARGET = 10.6
      

      in your project file? ^ had to look that one up, I use cmake these days and couldn't remember the syntax.

      My L-GPL'd C++ Logger github.com/ambershark-mike/sharklog

      1 Reply Last reply
      0
      • S Offline
        S Offline
        sandy.martel23
        wrote on last edited by
        #3

        10.6 support was drop, I think Qt 5.3.2 is the last version to support it.

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

          10.6 was dropped as a build platform however applications should be able to run on it (provided that no API from newer version of OS X are used)

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

          S 1 Reply Last reply
          0
          • SGaistS SGaist

            10.6 was dropped as a build platform however applications should be able to run on it (provided that no API from newer version of OS X are used)

            S Offline
            S Offline
            sandy.martel23
            wrote on last edited by sandy.martel23
            #5

            @SGaist said:

            ...(provided that no API from newer version of OS X are used)

            That's exactly what happen, newer API are now used unconditionally and 10.6 fallback has been removed.

            see:
            a198ce8d8fe9b418d631d033d481ec38f0373fa4
            fc11798e8f5997dd350a9baf39e9a3124b04fdd1
            9c92a18b975173383454c13d34f4438636f0450c
            etc

            That was for Qt5.4, so like I said, stick with Qt5.3.2 for 10.6 support.

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

              Fair enough, then the documentation is not reflecting that move.

              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
              • E Offline
                E Offline
                Eric Lundberg
                wrote on last edited by
                #7

                I went back to version Qt5.3.2 and now the app developed with it on a recent OS X runs on OS X 10.6.8. Thanks for the advice.

                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