Advertisement
Guest User

Untitled

a guest
Jul 20th, 2015
334
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.20 KB | None | 0 0
  1. 2015-07-20 18:14:01.196 easyket[9148:271447] -[easyket.ViewController playerItemDidReachEnd:]: unrecognized selector sent to instance 0x7fd619547af0
  2. 2015-07-20 18:14:01.220 easyket[9148:271447] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[easyket.ViewController playerItemDidReachEnd:]: unrecognized selector sent to instance 0x7fd619547af0'
  3. *** First throw call stack:
  4. (
  5. 0 CoreFoundation 0x0000000101b93c65 __exceptionPreprocess + 165
  6. 1 libobjc.A.dylib 0x00000001036febb7 objc_exception_throw + 45
  7. 2 CoreFoundation 0x0000000101b9b0ad -[NSObject(NSObject) doesNotRecognizeSelector:] + 205
  8. 3 CoreFoundation 0x0000000101af113c ___forwarding___ + 988
  9. 4 CoreFoundation 0x0000000101af0cd8 _CF_forwarding_prep_0 + 120
  10. 5 CoreFoundation 0x0000000101b6354c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
  11. 6 CoreFoundation 0x0000000101a61a04 _CFXNotificationPost + 2484
  12. 7 AVFoundation 0x0000000101777be0 __avplayeritem_fpItemNotificationCallback_block_invoke + 5669
  13. 8 libdispatch.dylib 0x0000000103ded186 _dispatch_call_block_and_release + 12
  14. 9 libdispatch.dylib 0x0000000103e0c614 _dispatch_client_callout + 8
  15. 10 libdispatch.dylib 0x0000000103df4a1c _dispatch_main_queue_callback_4CF + 1664
  16. 11 CoreFoundation 0x0000000101afb1f9 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
  17. 12 CoreFoundation 0x0000000101abcdcb __CFRunLoopRun + 2043
  18. 13 CoreFoundation 0x0000000101abc366 CFRunLoopRunSpecific + 470
  19. 14 GraphicsServices 0x0000000105af3a3e GSEventRunModal + 161
  20. 15 UIKit 0x00000001024328c0 UIApplicationMain + 1282
  21. 16 easyket 0x0000000101642fb7 main + 135
  22. 17 libdyld.dylib 0x0000000103e40145 start + 1
  23. 18 ??? 0x0000000000000001 0x0 + 1
  24. )
  25. libc++abi.dylib: terminating with uncaught exception of type NSException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement