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,
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 individual binaries.
To search for a dSYM with a specific UUID via Spotlight you can do: mdfind "com_apple_xcode_dsym_uuids == 5255A87A-B23C-3AE8-B367-14B49C21C1D6"
Note that the UUID here is an example an written in uppercase and the format 8-4-4-4-12.