I had built a macOS application. When I delivered the app to the client, the app is crashing at some points. So I thought of putting the log file somewhere in the client's system so whenever the app crashed then I will have the exact location where is crashing. I'm using XCGLogger for storing debug logs in the file.
It storing the debug log. But whenever the app is crashing, it's not storing the crash report. I even change the output level to info. but it's not storing the crashing report.