【发布时间】:2018-09-05 10:05:36
【问题描述】:
Firebase Crashlytics dashboard error
在我的 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
【问题讨论】:
-
您是否按照 Crashlytics 文档中的所有步骤正确执行?
-
是的,我想。它显示无崩溃统计信息,但不显示崩溃报告。
-
之前是否有任何崩溃,或者这是您第一次预计崩溃?
-
之前有崩溃日志。
-
哦,那与我相信的设置无关。
标签: ios swift firebase crashlytics