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=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?
-
@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.
-
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.