Crashlytics错误代码:提交文件时出现202

问题描述:

我的应用( iOS )使用 crashlytics框架,到目前为止还可以。
但是在几天前,我没有在crashlytics仪表板上看到任何报告。

My app (iOS) used crashlytics framework and it was OK until now. But in some days ago, I didn't see any report on crashlytics dashboard.

所以我用做了一个测试错误[ [Crashlytics shareInstance]崩溃] 并记录

2013-08-12 15:02:22.927 ... [Crashlytics] Processed file successfully
2013-08-12 15:02:22.930 ... [Crashlytics] Alternate file submission complete
2013-08-12 15:02:22.933 ... [Crashlytics] Displaying permission alert
2013-08-12 15:02:38.919 ... [Crashlytics] Submitting files
2013-08-12 15:02:41.585 ... [Crashlytics] Submission response: {status: 202, error: (null)}
2013-08-12 15:02:41.587 ... [Crashlytics] Submitted file successfully
2013-08-12 15:02:41.589 ... [Crashlytics] No sendable files, submission process complete

现在,我的应用无法发送任何错误-report:(

Now, my app can not send any bug-report :(

我的应用发生了什么事情?

What happened with my app?

P / s:我有另一个Android应用,它仍然使用相同的key-crashlytics,仍然可以。

P/s: I have another Android app, it still used same key-crashlytics and it was still OK.

是的,dSYM缺少此问题。因此,我更改了构建版本,然后再次构建...。问题已解决!

Yeah, the problem is missing of dSYM. So I changed build version and build again.... problem was solved!

如果有人遇到问题是(MAC上的crashlytics应用被冻结了)那么多ram,在〜/ Library / Caches / com.crashlytics.mac (来自 crashlytics支持者)中清理缓存

If anybody has the problem is that crashlytics app (on MAC) was freezed, took so much ram, let clean cache at ~/Library/Caches/com.crashlytics.mac (from crashlytics supporter)