Hi all,
I've been getting the following compiler error in the 'IntervalAction.m' class:
startPosition = [target position]; // in the 'start' method
error: incompatible types in assignment
'startPosition' has been declared earlier in the code as: CGPoint startPosition;
I have not made any changes to this code, it's come directly from the 0.8 release version of cocos2d.
I've tried doing a 'clean all targets' but still get this error.
Any ideas?
Thanks,
Dan