문제

As I understand there are 2 ways of checking for Zombies in Xcode 4, first is the traditional way of setting NSZombieEnabled in the Environment Variables, and setting it to "YES", and the other way is Enabling Zombie Objects in the Diagnostics section of the a scheme.

Is there any difference between these 2 ways?

Thanks Reza

도움이 되었습니까?

해결책

Nope no difference they are pretty much the same, checking the checkbox Enabling Zombie Objects will make NSZombieEnabled = YES

다른 팁

The other way is via Instruments. Cmd-I for Profile action, choose the Zombies instrument. No need to manage the zombies switch manually - the Profile action (Cmd-I) handles this for you.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top