Hi All,
I am just a beginner to Objective C and I phone but Apple takes your brain out once you start coding for them and the biggest brainstorming occurs when its about the memory and its allocation / de allocation.
So i was stuck in same kind of exception and wasted many hours for that but then NSzombie helped me a lot actually when NSZombie is enabled the GDB is interreped when ever we try to access an object that is deallocated from memory.
Its just simple to Enable NsZombie.
1. Goto Executables in project tree
2. Add a Name value pair NSZombieEnable and value equals to YES.
Hope it will also help you,
Happy Coding.
No comments:
Post a Comment