Hello,
Our application is logging sometimes the following message:
2020-11-18 09:47:12.937916+0200 OESIS-V4-SampleApp[1330:45664] [Metadata] ==== XPC handleXPCMessage XPCERRORCONNECTION_INVALID
This is all the information that I have, if I use breakpoints to narrow down the possibilities, the error is not showing anymore.
Any debugging advice/starting point would be great.
Our application is offline, so we are not using XPC services. And is written in C++ but has dependecy to some macOS Frameworks.
Thanks in advance!
Our application is logging sometimes the following message:
2020-11-18 09:47:12.937916+0200 OESIS-V4-SampleApp[1330:45664] [Metadata] ==== XPC handleXPCMessage XPCERRORCONNECTION_INVALID
This is all the information that I have, if I use breakpoints to narrow down the possibilities, the error is not showing anymore.
Any debugging advice/starting point would be great.
Our application is offline, so we are not using XPC services. And is written in C++ but has dependecy to some macOS Frameworks.
Thanks in advance!