3

How do enable Zombie trace template in XCode 4.0 for an iOS device. When I run it using simulator the Zombie option is displayed but with device it is not.. There is no way to enable it? FYI, I have set the option NSZombieEnabled.

Any help is appreciated.

Tushar Vengurlekar
  • 7,649
  • 8
  • 33
  • 48
  • I have the same issue. I have a zombie crash that only occurs when running my app on the device. It works fine when running in the simulator. This is with Xcode 4.1 running on Mac OS X Lion against iOS 4.3.4. – David Potter Aug 08 '11 at 17:57

1 Answers1

2

I believe the Zombie trace template is available for Simulator only and it cannot used for Device. Reason I could not find as yet though.

Tushar Vengurlekar
  • 7,649
  • 8
  • 33
  • 48