iOS Error loading your issues in Firebase Crashlytics dashboard

与世无争的帅哥 提交于 2019-12-20 05:49:21

问题


Firebase Crashlytics dashboard error

In my Firebase Crashlytics console, I can not see my crash reports. It is saying Error loading.See the above picture for details.

My 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

回答1:


I know this seems stupid but have you tried going to Firebase support?




回答2:


Mike from Firebase here. Please contact our support team via https://firebase.google.com/support/ and include any errors you see from Developers Tools -> Console.



来源:https://stackoverflow.com/questions/52182460/ios-error-loading-your-issues-in-firebase-crashlytics-dashboard

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!