
What cause this "iphone - EXCBADACCESS" error in my project? How can i test and rectify it?
Thanks!

Generally, this types of error occurs when memory management is not done properly.
For example, you have created the NSArray or NSMutable array , initialization and allocation is given for it. But somehow you forget to release it's object from memory.
That could be the cause of iphone - EXCBADACCESS error.
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.