Hello all,
I'm new to the iDevice development scene, and just started learning Cocos2D via this site's programming lessons. I'm only on Lesson 2, but I'm getting an error that I can't figure out.
In the section "Responding to Touch," the lesson tells me to insert a line:
self.isTouchEnabled = TRUE;
at the end of an if statement in the (id) init function. I did this, but I get an EXC_BAD_ACCESS error. From what I've read, this is due to bad memory access. However, I followed the instructions in the lesson by the letter, and still have this problem. Does anyone know what's going on?