I added the Crashlytics integration to our app in the latest version. However, I am currently unable to debug iOS errors because a dSYM file is missing from the build. I have looked into this and it seems like this is not the first time such issues have come up, though the last reports are a bit older.
Here is the error I am seeing in firebase/crashlytics (I also received an email report):
Based on some only conversations I went to App Store Connect and looked into the Build Metadata in the Testflight section, there is says that the symbols are included, however there is no download like some people suggested online, so I have not been able to fix it this way:
How can I fix this? I a fine with a workaround to obtain the dSYM file manually for now but long term of course it would be ideal if this would simply work as suggested in the docs. Thanks!