Hi all,
Simple question... I'm trying to symbolicate a version of my app built for the simulator. This seems to not being possible since there is no .dSYM file associated to the .app.
I've took a look at the .csproj content to figure out if any property set for the iPhone platform has to be ported to the iPhoneSimulator. But the only one I've found is the DebugSymbol which is enabled too for the iPhoneSimulatore platform.
Can someone explain me how to have the .dSYM file generated for the simulator?
Thanks,
Guillaume.