hi after crashing i set the exception break point by pressing break point symbol and i choose objective c language while editing the break point. I run it again ,app is cras
See the following steps.
Look into [Navigator] and Click on [Show the Breakpoint Navigator].
See the bottom of Navigator [ + ] Sign. Click on it
Select [Add Exception Breakpoint].
Your Exception Breakpoint are activated from this things.
Ok than try using enabling zombie environment.
Follow these steps:
+
button at bottom part. Click on that button and add varialbe NSZombieEnabled
with value YES
. Click close and again run your project, hope this will track down zombie objects at runtime which cause runtime crash.