Advertisement
Guest User

crash log from tapping add to wishlist

a guest
Jul 15th, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. Date: 2019-07-16 01:12:10 +0000
  2. Process: Zebra
  3. Bundle id: xyz.willy.Zebra
  4. Exception type: NSInvalidArgumentException
  5. Reason: *** -[__NSArrayM insertObject:atIndex:]: object cannot be nil
  6. Culprit: Unknown
  7. Device: iPhone 8 Plus, iOS 12.2
  8. Call stack:
  9. 0 CoreFoundation 0x00000002213b0530 __exceptionPreprocess
  10. 1 libobjc.A.dylib 0x000000022058b9f8 objc_exception_throw
  11. 2 CoreFoundation 0x0000000221329f8c _CFArgv
  12. 3 CoreFoundation 0x000000022129b17c -[__NSArrayM insertObject:atIndex:]
  13. 4 Zebra 0x00000001028fa4cc Zebra + 255180
  14. 5 Zebra 0x00000001028fb730 Zebra + 259888
  15. 6 UIKitCore 0x000000024db26740 -[UITableView _selectRowAtIndexPath:animated:scrollPosition:notifyDelegate:]
  16. 7 UIKitCore 0x000000024db269a4 -[UITableView _userSelectRowAtPendingSelectionIndexPath:]
  17. 8 UIKitCore 0x000000024d932fdc _runAfterCACommitDeferredBlocks
  18. 9 UIKitCore 0x000000024d921b2c _cleanUpAfterCAFlushAndRunDeferredBlocks
  19. 10 UIKitCore 0x000000024d94e744 _afterCACommitHandler
  20. 11 CoreFoundation 0x000000022134189c __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__
  21. 12 CoreFoundation 0x000000022133c5c4 __CFRunLoopDoObservers
  22. 13 CoreFoundation 0x000000022133cb40 __CFRunLoopRun
  23. 14 CoreFoundation 0x000000022133c354 CFRunLoopRunSpecific
  24. 15 GraphicsServices 0x000000022353c79c GSEventRunModal
  25. 16 UIKitCore 0x000000024d927b68 UIApplicationMain
  26. 17 Zebra 0x00000001028d85e4 Zebra + 116196
  27. 18 libdyld.dylib 0x0000000220e028e0 start
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement