Reputation: 4617
Can anyone inform me how to fix this crash coming in my application. I am unable to find why this crash is coming. I am not getting any clue. I search my project to find "objectIsKindOfClass" but i had not used this method.
Upvotes: 4
Views: 1038
Reputation: 8256
In order to find this you need to enable NSZombie objects. Press Option + Command + R and
select the "Diagnostics" tab. Finally, click "Enable Zombie Objects".
Upvotes: 2