Why is my app crashing? I can't duplicate the error, but received this crash log:

153 Views Asked by At

In my app, I log in to Pocket using the Pocket API but for some users (I can't replicate the error myself) it's crashing the app. I received this crash log:

https://gist.github.com/anonymous/c1ed41496b93fa852b8c

Does anyone have any idea what could be causing it? I can't seem to read what causes the error/crash.

1

There are 1 best solutions below

0
On BEST ANSWER

I'm no expert of this, but it looks like an exception was raised when you called compare on an NSNumber and used the incorrect format. My guess is that you tried to compare a number to something else, possibly a string.