EXC_BAD_ACCESS in @autoreleasepool from a block?

Look in motionManager startAccelerometerUpdatesToQueue: . Very likely you save the queue parameter in a property there, and then release it in your dealloc . But when you placed the queue value into the property you didn't retain it.

Best way to debug these errors is in Instruments. Run using Zombie profile, and when you execute the code that causes the bad access, you will get a popup window. Click the arrow in the lower right corner to see the alloc/dealloc list, and one line will show you the offending code.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions