When i am playing video got this crash.
Crashlytics log reports
Crashed: com.apple.main-thread
0 libobjc.A.dylib 0x1845a67e8 object_isClass + 16
1 Foundation 0x185d103e8 KVO_IS_RETAINING_ALL_OBSERVERS_OF_THIS_OBJECT_IF_IT_CRASHES_AN_OBSERVER_WAS_OVERRELEASED_OR_SMASHED + 68
2 Foundation 0x185d0e8ec NSKeyValueWillChangeWithPerThreadPendingNotifications + 300
3 AVFoundation 0x18abb60f8 -[AVPlayerItem willChangeValueForKey:] + 96
4 AVFoundation 0x18abc7ff0 -[AVPlayerItem _updatePropertyCacheAndTriggerKVOForPlayer:usingKeys:] + 200
5 AVFoundation 0x18abb959c __60-[AVPlayerItem _informObserversAboutAvailabilityOfDuration:]_block_invoke_2 + 184
6 libdispatch.dylib 0x184cdd088 _dispatch_call_block_and_release + 24
7 libdispatch.dylib 0x184cdd048 _dispatch_client_callout + 16
8 libdispatch.dylib 0x184d1ddfc _dispatch_main_queue_callback_4CF$VARIANT$armv81 + 968
9 CoreFoundation 0x185301eb0 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 12
10 CoreFoundation 0x1852ffa8c __CFRunLoopRun + 2012
11 CoreFoundation 0x18521ffb8 CFRunLoopRunSpecific + 436
12 GraphicsServices 0x1870b7f84 GSEventRunModal + 100
13 UIKit 0x18e7f42f4 UIApplicationMain + 208
14 VZFiOSMobile 0x10475b340 main (main.m:17)
15 libdyld.dylib 0x184d4256c start + 4
Why does this happens and what I can do to avoid this?