I have some crash reporting from my Mac OS Builds, but I need the Dsym for more info.
On documentation https://docs.unity3d.com/Manual/UnityPerformanceReportingFindingiOSSymbols.html it tells me :
When you build your application using Xcode, iOS/OSX places the symbols in a dSYM folder with a name similar to the following:
~/Library/Developer/Xcode/DerivedData/<build id>/Build/Products/<build type>/appname.dSYM
But OSX builds does not uses XCode, and I could not locate the file.
Where Can I Find the Dsym files for OSX Builds?