質問

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