I am developing an in-house app for testing purposes.
Fabric warned me about missing dSYM files, so when i investigated the problem I realised that my project settings prevented creating a dSYM file. (Please note that i am NOT creating archives, installing apps directly to devices by selecting as target from xcode) So there is no dSYM file anywhere (not in archive, not in iTunesConnect etc) for this old versions.
Now in newer versions of my app, i am creating dSYM files and simulating new crashes, however Fabric does not show them to me because it says there are missing dSYM files from old versions. My crashlytics dashboard show %100 crash-free users for new versions even tough i am creating crashes on purpose.
Is there any way to make Fabric just forget about this old crashes? Thanks.