本文介绍了iOS在Firebase Crashlytics信息中心中加载您的问题时出错的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的Firebase Crashlytics控制台中,我看不到崩溃报告。这是错误加载。请参阅上面的图片了解详情。

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

我的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


推荐答案

Mike来自Firebase。请通过与我们的支持小组联系,并提供相关信息您从开发人员工具 - >控制台看到的错误。

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.

这篇关于iOS在Firebase Crashlytics信息中心中加载您的问题时出错的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-21 14:26