崩溃不会出现在 crashlytics 上

crashes don't appear on crashlytics

我已经为我的案例搜索了很多解决方案,但没有答案。我在 iOS 上继续安装 crashlytics,但崩溃没有出现在 crashlytics 上。没有丢失 DSYM,我将 'Debug Information Format' 设置为 'DWARF with dSYM File'。我尝试了很多解决方案,但没有一个适合我的情况。感谢您的帮助!

when I press run I get the following from fabric window

the updated output of the console when I press run

查看您日志的输出,您似乎使用的是 Firebase 崩溃报告,而不是 Firebase Crashlytics。如果您想使用 Crashlytics,您需要删除 Firebase 崩溃报告 SDK(iOS 应用程序中不能有 2 个异常处理程序),然后按照安装和设置 Firebase Crashlytics 的说明进行操作。