Have a crash, tried to find it in Crashlitycs, see UUID in "Missing dSYMs". Tried to do all the things from Firebase guide, but this command
mdfind -name .dSYM | while read -r line; do dwarfdump -u "$line"; done
don't show me UUID that I need. Tried to get dSYM file from the archives from XCode, it's not the same as in Crashlitycs. I already checked the GoogleService-Info.plist for GOOGLE_APP_ID. Where I can find the file that I need?
It looks simular to this question, but there is no answer. Help me, please.
Screenshot from Firebase console.