What does this mean?
-
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=0I'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?
-
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=0I'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?
@SPlatten said in What does this mean?:
SecTaskCopyDebugDescriptionYou are on iOS. https://bugreports.qt.io/browse/QTCREATORBUG-23880. And others for
SecTaskLoadEntitlements.Doesn't look very important.
-
@SPlatten said in What does this mean?:
SecTaskCopyDebugDescriptionYou are on iOS. https://bugreports.qt.io/browse/QTCREATORBUG-23880. And others for
SecTaskLoadEntitlements.Doesn't look very important.
-
@J-Hilk , on my iMAC Qt 5.15.2 64bit, Xcode 13.1 (13A1030d). macOS Monterey Version 12.0.1
-
@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 ;)
-
@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-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.
-
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.