Crashlog links to which .dSYM
问题 I have got many crash logs from different users, I have different builds and dSYM file now how can i make sure a particular crashlog belongs to which build and dSYM file. Is there is any way to check if both crashlog and dSYM belongs to same build...?? Regards, 回答1: You have to archive the binary and the dSYM, since every build will create new ones each having an identical UUID. You can use dwarfdump --uuid yourapp.app/yourapp and dwarfdump --uuid yourapp.app.dSYM to check the UUIDs of