hit counter

Timeline

My development logbook

EXC_BAD_ACCESS Resolved

It turns out I was trying to send release message to a NSArray instance which was created using the class method arrayWithObjects:

It is probably a wrong conclusion, but commenting out the line works.