I have an App the has been submitted to Apple Play Store that they are failing because it's crashing on startup.
Works fine here so I need to get the .dSYM file so I can figure out where it's crashing. I have the crash report from Apple, I just need to figure out how to generate the file.
Using VS2019 on Windows, paired with a Mac for builds. Latest version of Xamarin.
I do an Archive of the App in Release Mode
In the build Log I am seeing this:
Directory "bin\iPhone\Debug\CaseCmdrProMobile.iOS.app.dSYM" doesn't exist. Skipping.
_ParseExtraMtouchArgs:
NoSymbolStrip Output: False
NoDSymUtil Output: false
I have to be missing something simple to get it to give the symbol file.
Any Help is greatly appreciated.
Brien King