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
答案 0 :(得分:0)
我知道这看起来很愚蠢,但是您是否尝试过获得Firebase支持?
答案 1 :(得分:0)
来自Firebase的Mike。请通过https://firebase.google.com/support/与我们的支持团队联系,并提供您在开发人员工具->控制台中看到的所有错误。