0

I am getting this error from the console

[Not A Type _cfTypeID]: message sent to deallocated instance 

I also enalbe zombie in Diagonotics but can not get any hint what the error is. My xcode is hung and throwing me the message below :

enter image description here

and zombie shows me nothing just like

enter image description here

what is the error about and how can i use zombie in a proper way to catch the error..

tranvutuan
  • 6,089
  • 8
  • 47
  • 83
  • 1
    Just check your object is over released. And for proper way of testing zombie look at this links 1) http://stackoverflow.com/questions/2190227/how-do-i-set-up-nszombieenabled-in-xcode-4 2) http://stackoverflow.com/questions/5386160/how-to-enable-nszombie-in-xcode – βhargavḯ Mar 02 '13 at 04:32
  • can you see which line it crashed from stack trace? – Bryan Chen Mar 02 '13 at 04:33
  • @Bhargavi : i did try the tutorial from your reference but zombie gave me nothing – tranvutuan Mar 02 '13 at 04:43
  • @xlc : [this](http://cl.ly/NHJe) is what I am getting from xcode – tranvutuan Mar 02 '13 at 04:44
  • If zombie is giving you nothing then there may be possibility of trying to access things on main thread from background thread while some process is going on. Are you having such things in your code? – βhargavḯ Mar 02 '13 at 04:47

0 Answers0