iOS在Firebase Crashlytics中看不到无崩溃统计信息

时间:2018-09-05 07:56:48

标签: ios swift firebase crashlytics

Can't see Crash-free statistics

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

我发现了Android的类似问题: Can't see Crash-free statistics in firebase Crashlytics

0 个答案:

没有答案