
How to debug the excbadaccess in xcode 4?

This type of error occurs when there is a memory leak in the application. You can debug it through the breakpoints. Find out if there is any object that has the memory allocated (retain or alloc) and release it.
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.