Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. What does this mean?
Qt 6.11 is out! See what's new in the release blog

What does this mean?

Scheduled Pinned Locked Moved Unsolved Qt Creator and other tools
11 Posts 4 Posters 2.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.
  • SPlattenS Offline
    SPlattenS Offline
    SPlatten
    wrote on last edited by
    #1

    When I launch my application I get this in the Application Output:

    2021-11-01 15:48:14.049065+0000 XMLMPAM[59982:591019] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=59982
    2021-11-01 15:48:14.049168+0000 XMLMPAM[59982:591019] SecTaskCopyDebugDescription: XMLMPAM[59982]/0#-1 LF=0
    

    I've put breakpoints in main and this happens immediately after:

    QApplication a(argc, argv);
    

    I've opened a terminal, gone to the build folder then deleted everything including hidden files, run clean, Qmake and rebuilt, still happens. What does it mean?

    Kind Regards,
    Sy

    JonBJ 1 Reply Last reply
    0
    • SPlattenS SPlatten

      When I launch my application I get this in the Application Output:

      2021-11-01 15:48:14.049065+0000 XMLMPAM[59982:591019] SecTaskLoadEntitlements failed error=22 cs_flags=20, pid=59982
      2021-11-01 15:48:14.049168+0000 XMLMPAM[59982:591019] SecTaskCopyDebugDescription: XMLMPAM[59982]/0#-1 LF=0
      

      I've put breakpoints in main and this happens immediately after:

      QApplication a(argc, argv);
      

      I've opened a terminal, gone to the build folder then deleted everything including hidden files, run clean, Qmake and rebuilt, still happens. What does it mean?

      JonBJ Offline
      JonBJ Offline
      JonB
      wrote on last edited by
      #2

      @SPlatten said in What does this mean?:

      SecTaskCopyDebugDescription

      You are on iOS. https://bugreports.qt.io/browse/QTCREATORBUG-23880. And others for SecTaskLoadEntitlements.

      Doesn't look very important.

      SPlattenS 1 Reply Last reply
      2
      • JonBJ JonB

        @SPlatten said in What does this mean?:

        SecTaskCopyDebugDescription

        You are on iOS. https://bugreports.qt.io/browse/QTCREATORBUG-23880. And others for SecTaskLoadEntitlements.

        Doesn't look very important.

        SPlattenS Offline
        SPlattenS Offline
        SPlatten
        wrote on last edited by
        #3

        @JonB , close, macOS.

        Kind Regards,
        Sy

        J.HilkJ 1 Reply Last reply
        0
        • SPlattenS SPlatten

          @JonB , close, macOS.

          J.HilkJ Offline
          J.HilkJ Offline
          J.Hilk
          Moderators
          wrote on last edited by
          #4

          @SPlatten so, what version of QtC and Xcode are you running? we're already on 5.x.y


          Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


          Q: What's that?
          A: It's blue light.
          Q: What does it do?
          A: It turns blue.

          SPlattenS 1 Reply Last reply
          0
          • J.HilkJ J.Hilk

            @SPlatten so, what version of QtC and Xcode are you running? we're already on 5.x.y

            SPlattenS Offline
            SPlattenS Offline
            SPlatten
            wrote on last edited by SPlatten
            #5

            @J-Hilk , on my iMAC Qt 5.15.2 64bit, Xcode 13.1 (13A1030d). macOS Monterey Version 12.0.1

            Kind Regards,
            Sy

            J.HilkJ 1 Reply Last reply
            0
            • SPlattenS SPlatten

              @J-Hilk , on my iMAC Qt 5.15.2 64bit, Xcode 13.1 (13A1030d). macOS Monterey Version 12.0.1

              J.HilkJ Offline
              J.HilkJ Offline
              J.Hilk
              Moderators
              wrote on last edited by
              #6

              @SPlatten I really meant QtC - QtCreator - one is more or less forced to use the latest Xcode if one is up to date with the OS updates ;)


              Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


              Q: What's that?
              A: It's blue light.
              Q: What does it do?
              A: It turns blue.

              SPlattenS 1 Reply Last reply
              0
              • J.HilkJ J.Hilk

                @SPlatten I really meant QtC - QtCreator - one is more or less forced to use the latest Xcode if one is up to date with the OS updates ;)

                SPlattenS Offline
                SPlattenS Offline
                SPlatten
                wrote on last edited by
                #7

                @J-Hilk, from About Qt Creator

                Qt Creator 4.14.2
                Based on Qt 5.15.2 (Clang 11.0 (Apple), 64 bit)
                Built on Mar 19 2021 09:03:22
                From revision c34b950227

                Kind Regards,
                Sy

                J.HilkJ 1 Reply Last reply
                0
                • SPlattenS SPlatten

                  @J-Hilk, from About Qt Creator

                  Qt Creator 4.14.2
                  Based on Qt 5.15.2 (Clang 11.0 (Apple), 64 bit)
                  Built on Mar 19 2021 09:03:22
                  From revision c34b950227

                  J.HilkJ Offline
                  J.HilkJ Offline
                  J.Hilk
                  Moderators
                  wrote on last edited by
                  #8

                  @SPlatten There you have it :D

                  I'm on 5.0.2 and I don't have the debugging problem 🤷‍♂️


                  Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                  Q: What's that?
                  A: It's blue light.
                  Q: What does it do?
                  A: It turns blue.

                  SPlattenS 1 Reply Last reply
                  1
                  • J.HilkJ J.Hilk

                    @SPlatten There you have it :D

                    I'm on 5.0.2 and I don't have the debugging problem 🤷‍♂️

                    SPlattenS Offline
                    SPlattenS Offline
                    SPlatten
                    wrote on last edited by
                    #9

                    @J-Hilk , there is a lot to be said about not upgrading, with the constant updates of Qt I fear that the quality control and testing before release isn't good enough.

                    Kind Regards,
                    Sy

                    J.HilkJ 1 Reply Last reply
                    0
                    • SPlattenS SPlatten

                      @J-Hilk , there is a lot to be said about not upgrading, with the constant updates of Qt I fear that the quality control and testing before release isn't good enough.

                      J.HilkJ Offline
                      J.HilkJ Offline
                      J.Hilk
                      Moderators
                      wrote on last edited by
                      #10

                      @SPlatten fair enough, I also accidentally upgraded, to be honest.


                      Be aware of the Qt Code of Conduct, when posting : https://forum.qt.io/topic/113070/qt-code-of-conduct


                      Q: What's that?
                      A: It's blue light.
                      Q: What does it do?
                      A: It turns blue.

                      1 Reply Last reply
                      0
                      • R Offline
                        R Offline
                        rmam
                        wrote on last edited by rmam
                        #11

                        I've just upgraded to Clion 2022.3.2 and I've started experience this error on mac. I'm still using Xcode 13.

                        To make matters worse, Clion is unable to set/hit breakpoints in the code, even though it's possible to pause the debugger. This didn't happened in previous releases of Clion.

                        Has anyone experienced this issue? I'm wondering if the warning messages and the problems debugging are related.

                        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