Pergunta

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.

Foi útil?

Solução

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.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top