Iqbal Khan
Iqbal Khan

Reputation: 4617

How i can fix KERN_INVALID_ADDRESS

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.

enter image description here

Upvotes: 4

Views: 1038

Answers (1)

Vishal
Vishal

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

Related Questions