I have developed an application on a Windows machine(using QT 5.14.2), and prepared a setup for Windows and Mac both. The setup works fine on Windows but crashes on Mac.
It may sound a bit weird, but my question is, can we analyze the crash log generated (on a Mac machine) using Visual Studio debugger(on Windows)?
Or is there any other way to analyze/locate the crash in the above scenario?
Note: Due to some technical issues, currently I am not able to debug this code on a Mac machine, that's the reason I am looking for other options.
The above issue is reproducible in both release and debug mode(Only on Mac).