iOS在Firebase Crashlytics信息中心中加载您的问题时出错

Firebase Crashlytics仪表板错误

在我的Firebase Crashlytics控制台中,我看不到我的崩溃报告。 这是错误加载。请参阅上面的图片了解详情。

我的Podfile:

platform :ios, '9.0' target 'myproject' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! pod 'DatePickerDialog' pod 'Firebase/Core' pod 'Firebase/Messaging' pod 'SQLite.swift', '~> 0.11.5' pod 'SwiftyJSON', '~> 4.1.0' pod 'nanopb' pod 'Fabric', '~> 1.7.11' pod 'Crashlytics', '~> 3.10.7' # Pods for myproject target 'myprojectTests' do inherit! :search_paths # Pods for testing end target 'myprojectUITests' do inherit! :search_paths # Pods for testing end end 

我知道这似乎很愚蠢,但你试过去Firebase支持吗?

Mike来自Firebase。 请通过https://firebase.google.com/support/与我们的支持小组联系,并提供您从开发人员工具 – >控制台中看到的所有错误。