I think that error is usually generated when you try to call a method on an object which as already been released and reclaimed by the system.
So maybe you are releasing something too soon?
If you run it in debug mode, you should get a stack trace when you hit the error, then you should be able to see what method call is causing the error, and hence what object has the problem.
Quote:
Originally Posted by apiphone
I am getting an error while creating the pdf files.
It says : GDB: Program received signal EXC_BAD_ACCESS
I'm using the same code and it is creating a blank pfd file.
Why????
|