Unknown type name CCMutableArray

Hi,

After configuring Cocos2D-X in XCODE I got this error when trying to add a CCMutableArray reference in my code, even while I’m importing the “cocos2d.h” at the header.

class PlayLayer : CCLayer
{
CCMutableArray *_flyActionArray;

}

any idea? Thanks!

You may use search before posting quastion. Answered here:
http://cocos2d-x.org/boards/6/topics/11908?r=11921#message-11921

oh sorry, I didn’t search well enough. The documentation was confusing…

thanks