iOS Error loading your issues in Firebase Crashlyt

2020-05-07 16:11发布

问题:

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.