Why is it giving this error 1,000,000,000 times when there folder and file is there?
Path

Thanks
May be “fonts/arial.ttf”?
Any idea where it is looking for it in my project ?
For example:
cocos2d::Label* label = cocos2d::Label::createWithTTF("Hello World!","fonts/Marker Felt.ttf",45); label->setPosition(0,0); this->addChild(label, 1);
It is?
O I see… OK Ill try that !! Thanks