iphone - -[NSThread _nq:]: message sent to deallocated instance 0x1fdf5040 (lldb) -


    -[nsthread _nq:]: message sent deallocated instance 0x1fdf5040 (lldb)  

this 1 crash getting while app enter in ground. in iphone 4 working. happening in iphone 5. possibility , how can solve it?

you have run project zombies instrument.for find errors @ class or object. hit command+i profile app , select zombies instrument (you must running on simulator). if zombie, can display entire memory history (each retain/release) object, immensely helpful in tracking down errors.

see detail of zombies

http://www.codza.com/how-to-debug-exc_bad_access-on-iphone

how enable nszombie in xcode?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -