Crashlytics:iOS 9 二进制图像加载问题的解决方法

Crashlytics: iOS 9 workaround for binary image loading issue in place

我在使用最新的 crashlytics 时收到此警告,如何摆脱它们以及它们是什么意思?

[Crashlytics] Version 3.3.1 (79)
[Crashlytics:Crash] Warning: iOS 9 workaround for binary image loading issue in place.

这不是您的代码的问题,而是来自 Crashlytics 的一条消息,内容是关于他们在 iOS9 二进制加载中解决的问题。

这是他们的发行说明中的​​一些信息:

Fine-tuning performance and stability

In July, we were heads down making improvements to our iOS SDK, bringing enhanced reporting stability and speed to your iOS apps. First, we made significant improvements to logging performance that increased speeds dramatically. Next, we quickly identified and worked around an early iOS 9 bug and, while we were in there, we made improvements to increase our defensiveness around reading binary image metadata.

您可以在他们的 7 月更新中阅读整个 post: https://crashlytics.com/blog/crashlytics-july-update-2015