Sometimes my application crashes due to this error log:
-[NSNull floatValue]: unrecognized selector sent to instance 0x3befd090
I didn’t call " floatValue", so how do I determine which exact string could crash the application?
Reproducing an accident requires some specific data from a website that I have no control over, so any ideas to fix this? Thanks.
source
share