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.

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top