iOS Error al cargar sus problemas en el panel de control de Firebase Crashlytics

Firebase Crashlytics dashboard error

En mi consola Firebase Crashlytics, no puedo ver mis informes de fallos. Dice Error al cargar. Vea la imagen de arriba para más detalles.

Mi 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

Respuestas a la pregunta(2)

Su respuesta a la pregunta