在遗留项目中获取崩溃报告的方法?

Way to get crash reports in legacy project?

最近我有一个遗留项目要处理。这是已在 AppStore 中发布的 iOS 应用程序。有一个非常具体的崩溃,这取决于本地用户数据。 iTunes Connect 显示它不断出现,但我在我的 Xcode Organizer 中看不到任何与该项目相关的崩溃报告。它只是说 "The product doesn't have crash data" 之类的内容,并没有向我显示版本和构建菜单。

我阅读了应用程序分发指南,并根据 Before Viewing Crash Reports 部分我不应该删除我上传到 iTunes Connect 的存档:

Do not delete archives that you upload to iTunes Connect.

问题是这些存档是在本地创建的,这个项目是由另一个团队开始的,我们没有联系了,因此我无法为已发布的应用程序提供相应的存档。有没有办法检索此类遗留项目的崩溃报告?

我进行了一项小型研究,似乎没有原始档案就无法获取或重新符号化崩溃报告。 article of Soheil Azarpour:

确认

Note: You must keep both the application binary and the .dSYM file to be able to fully symbolicate crash reports. You should archive these files for every build that you submit to iTunes Connect. The .dSYM and application binary are specifically tied together on a per-build-basis, and subsequent builds, even from the same source files, will not interoperate with files from other builds.