Sometimes I am unable to symbolicate my application's stack frames in a crash report. This is because I do not have an older .app and .dSYM. I was trying to force XCode to use my newer .app and .dSYM as the app has not changed significantly. Is there a way to modify the UUID associated with the crash report?
Is the UUID stored in file's metadata instead of in the file itself? Is there a way to change it to achieve what I am trying to do?
Thank you!