1

Basically I have this displayed in my Crashlytics report. This error crashes the app. It doesn't show any line of code I written and Google search doesn't help either.

Below are screenshots. Both are showing the same thing just different ways of showing data.

http://postimg.org/image/4k9hb3sbx/

http://postimg.org/image/c2xgd2lqv/

UPDATE:

found that this was related to this bug here NSRangeException on iOS 8

Cœur
  • 37,241
  • 25
  • 195
  • 267
veich
  • 501
  • 1
  • 6
  • 15
  • set an excpetion breakpoint, then the execution will stop where the exception occurs. but anywhere in your code you are trying to remove an object from an array at index 4 but the array has only 4 elements(index 0 to 3). – thorb65 May 01 '15 at 16:35
  • well there is always a catch... the problem is I cannot replicate the bug at all. The users keep reporting problem and I cannot reproduce it even when they gave me access to their accounts. The only difference I can see for now is iOS version (I have 8.1.3 and one of the users has 8.3) I'm still collecting data for others. – veich May 01 '15 at 16:40
  • 1
    so update your device :-) and try to reproduce – thorb65 May 01 '15 at 16:42
  • 1
    in moments like these clarity has a hard time finding me :) thanks for the advice... will do that – veich May 01 '15 at 16:44
  • 1
    installed the new version and now the app crashes like crazy :) Thank you very much!!!! – veich May 01 '15 at 17:18

0 Answers0