Hi Guys,
I am continuously getting this email from firebase
"Crashlytics detected a missing dSYM for version xyz " though I have taken measures to tackle with this issue like disabling bitcode and ios - Crashlytics: "We're missing a dSYM to process crashes" - Stack Overflow
Any advice in this regard will be beneficial to me. Thanks in advance.
Assuming that you are using Firebase? This is typically Bitcode related, which will strip out the dSYM data. If you search the app’s Archives in Xcode, and then go to its actual folder location, you will find a folder called dSYMs. There’s documentation online on how to upload these, which go beyond the scope of this forum.