I just realized that Flurry can’t symbolicate the stack traces from my crash reports due to missing dSYM files. If bitcode had been enabled for my builds I believe that I should also have been able to download the dSYMs from App Store Connect. However, I can’t find any dSYMS for my builds, which makes me think that bitcode is disabled for Solar2D builds. Am I right in these assumptions?
If bitcode is disabled, does that mean that I need to store the dSYM files locally for each of my builds, so I can then upload them to Flurry or other services that require them?