Enable and Debug Zombie objects in iOS using Xcode 5.1.1
I have an iOS(7.1) app which crashes due to EXC_BAD_ACCESS . If I am not wrong, this happens due to the use of an object which is already de-allocated. After a bit of searching, I found out that enabling Zombie objects help to pin point the line of error. As I am using xcode 5.1.1, I have done the following to Enable Zombie Objects . And then, checking the Enable Zombie Objects checkbox, Then I went to Instruments panel, selected Zombies ,clicked Profile and got this, Now the simulator (in the left background), which had a button and a textfield is running blank and also I can't understand