I face to the following issue with iOS app (XCode 10.3):
- Crashlytics says that I have a missing dSYM, and provides the missing dSYM UUID (I have both required and optional UUIDs missing)
- The app is BitCode app, and dSYMs are downloaded from AppStore, and uploaded to Crashlytics. I see many other crashes from the other dSYMs that were downloaded and de-symbolicate correctly.
- The app is multi-target app. Before, when the app was just single target app, everything worked fine. The additional targets seems to be an issue.
- All targets have BitCode and DWARF with dSYM selected
- All targets call Crashlytics run in build phase (at least I believe I do this correctly)
- Targets are watch app, watch app extension, Siri intent, Siri intent UI, and the iOS app widget.
- I have manually opened the downloaded dSYM from AppStore and the missing dSYM UUID is really missing.
- I also checked the locally built app archive, and the dSYM UUID is not there (yes, expected result)
Any idea, where to get the missing dSYM, would make a bit happier... Please.