简体   繁体   中英

Not receiving crashes on crashlytics anymore on iOS

I have 3 iOS applications on crashlytics, and a few days ago 1 application stopped sending crashes. In Xcode console I see 3 logs:

[Crashlytics] Version 3.4.0 (92)
[Crashlytics:Crash] Reporting is disabled
[Crashlytics] Crash reporting could not be initialized

Any ideas?

This problem freaked me out also!! Just when I was about to release a new version of my app to the app store!

Here was my problem: I had delete some old versions of my app that had never been used for production. This screen in Fabric:

在此处输入图片说明

More specifically, I had deleted version 1.0(1) as it was never put into production and was only there from my debug runs while building the app.

Anyway, make sure your app is not building and running with a version you have deleted. Fabric will not initialize Crashlytics if this:

在此处输入图片说明

matches a deleted version. Hope this saves someone else a freakout!! Agh!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM