So I’m doing the tutorial to get a grasp on the engine for the iPhone, but when I finally got to the collision part, the game keeps crashing.
It will crash on both the iterator CCMutableArrayIterator.begin(); and if I comment out the update, it will crash on the CCMutableArray.addobject function. It seems to not like the arrays or something?
Ohhh! Wow. Yeah, it was like the first few lines of code. I clearly didn’t notice it. Would have figured it would be above where the scheduler for the update() would be in the tutorial instead.