I've accidentally caused a crash on Xcode build under the same version number of the production app, and now I have the following warning always showing on the dashboard:
"Found x unsymbolicated crashes from missing dSYMs..."
My question is, in case I don't want to view those crashes, as they were self generated, is there a way that I can remove the warning message, without uploading the dsym, as I can't find the requested dsym using mdfind.
Thanks