首页 > 解决方案 > 在 Firebase Crashlytics 仪表板中加载您的问题时出现 iOS 错误

问题描述

Firebase Crashlytics 仪表板错误

在我的 Firebase Crashlytics 控制台中,我看不到我的崩溃报告。它说加载错误。有关详细信息,请参见上图。

我的播客文件:

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

标签: iosswiftfirebasecrashlytics

解决方案


来自 Firebase 的 Mike。请通过https://firebase.google.com/support/联系我们的支持团队,并附上您在开发者工具 -> 控制台中看到的任何错误。


推荐阅读