Hi, I'm a beginner of cocos2d and trying to learn using the tests.
Cocos2d version is 0.8.1.
I have created the cocos2d project using the template.
I'm trying to run the TouchesTest under Xcode 3.2, iPhone simulator 3.0,
and I'm getting 1 warning in paddle.m, line 67:
http://code.google.com/p/cocos2d-iphone/source/browse/trunk/tests/TouchesTest/Paddle.m
The error msg is "Incompatible types in assignment".
Any ideas?