When my program crash, I'm only getting this warning NSScanner: nil string argument in the debug window.
And I did not use the class NSScaner
How do I resolve this problem ?
When my program crash, I'm only getting this warning NSScanner: nil string argument in the debug window.
And I did not use the class NSScaner
How do I resolve this problem ?
You may get this warning if you take a nil object as the argument of some method. So, find out the scope where this error could take place and check all methods carefully, especially those who takes string as the argument