My app is crushing when i\'m calling a few methods
I can see the error message and I understand what it say but I don\'t know how to detect the array with the proble
To handle All exceptions, From Xcode click on Show the Breakpoint Navigator
Click +
button at bottom side and from pop up click on Add Exception Breakpoint.
This will add exception break points for application, try to run again and execution will stop if any runtime exception raised.
If this will not help, enable zombie environment for project, check out from this thread -
How to set exception breakpoint from Xcode
Enable Zombie Object in Xcode for better error tracing.
To enable
Hope this Helps