Upload 1 missing dSYMs required to process 1 crash in ios
Closed this issue · 1 comments
rahulkmurali commented
The error message "Upload 1 missing dSYMs required to process 1 crash" is showing the firebase console. The crash count is zero in the event trends, but can see crash count in the latest release page.
I have checked all UUIDs in my system using the command below.
mdfind -name .dSYM | while read -r line; do dwarfdump -u "$line"; done
But the UUID showing in the missing dSYMs table is not in the list produced by the above command. How can I solve this issue?
Does this plugin automatically upload the dSYMs to firebase during build process in CI/CD pipeline? Do I need to set extra task to upload dSYMs to firebase?
rahulkmurali commented
Uploaded correct dSYM file and issue solved