简体   繁体   English

通过 Testflight 归档和安装应用程序时,iOS Firebase crashlytics 仪表板不显示崩溃

[英]iOS Firebase crashlytics dashboard does not show crashes when app archived and installed via Testflight

I setup Firebase and Crashlytics via cocoapods:我通过 cocoapods 设置 Firebase 和 Crashlytics:

use_frameworks!
platform :ios, '11.0'

pod 'Firebase/Analytics'
pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.13.2'

For debug builds, reporting works fine both for simulators and devices, I can see in the dashboard all crashed reported.对于调试版本,报告适用于模拟器和设备,我可以在仪表板中看到所有崩溃报告。

For release builds though, archived with Xcode 10.2.1, eg distributed via Testflight, I don't get any reports in the dashboard.但是,对于使用 Xcode 10.2.1 存档的发布版本,例如通过 Testflight 分发,我在仪表板中没有得到任何报告。

What can go wrong here?这里会出现什么问题? How can I debug this?我该如何调试?

PS: DWARF with dSYM file is selected for release builds PS:选择带有 dSYM 文件的 DWARF 用于发布版本

It turns out that automating upload of dSYM does not work for bitcode enabled apps and firebase docs do not mention at the moment that we have to upload the dSYMs manually.事实证明,自动上传 dSYM 对启用位码的应用程序不起作用,firebase 文档目前没有提到我们必须手动上传 dSYM。 Issue is already reported: https://github.com/firebase/firebase-ios-sdk/issues/2901问题已经报告: https : //github.com/firebase/firebase-ios-sdk/issues/2901

To upload the uptodate dSYMs, fetch them first from your app store connect:要上传最新的 dSYM,请先从您的应用商店连接中获取它们: 在此处输入图片说明

and upload them from your firebase crashlytics dashboard:并从您的 firebase crashlytics 仪表板上传它们: 在此处输入图片说明

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 iOS Firebase Crashlytics 未在仪表板中显示崩溃 - iOS Firebase Crashlytics not showing up crashes in Dashboard Firebase Crashlytics 不显示仪表板/控制台 iOS 应用程序中的更改 - Firebase Crashlytics doesn't show changes in Dashboard/Console iOS app 仅当通过Testflight安装时,应用程序才会解析JSON解析 - App crashes parsing JSON only when installed via Testflight iOS(2021)中的 Firebase crashlytics 脚本无法通过 Testflight 工作 - Firebase crashlytics script in iOS(2021) not working via Testflight 在 iOS 中添加了 Google Crashlytics - 未连接到 Firebase Crashlytics 仪表板 - Added Google Crashlytics in iOS - Does not connected to Firebase Crashlytics Dashboard 如果通过 Xcode 安装,iOS 应用程序运行良好,但通过 TestFlight 安装时在一个特定的视图控制器上崩溃 - iOS app runs fine if installed through Xcode, but crashes on one particular view controller when installed through TestFlight 已安装TestFlight App,但未在TestFlight App Display中显示已安装(TestFlight显示已安装90%) - TestFlight App installs but does not show installed in TestFlight App Display (TestFlight shows it at 90% installed) Crashlytics不显示崩溃 - Crashlytics does not show crashes 从testflight安装时,我的IOS应用程序崩溃 - My IOS application crashes when installed from testflight 通过TestFlight加载时的iOS应用程序不同 - IOS app different when loading via TestFlight
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM