why font/lable ttf not work in cocos-2d?

here it’s my code

const char* pFont = “fonts/Schwarzwald Regular.ttf”;
//CCLabelTTF coinlabel = CCLabelTTF::labelWithString, CCTextAlignmentCenter, pFont, 20);
CCLabelTTF
pLabel = CCLabelTTF::labelWithString(pFont, pFont, 24);

whatever do i change font stuff, it’s always show the same.

what’ wrong with me?……

but i test cocos2d-x….test.ios, it’s work well

i do not know what’s problem with me…

I think the problem is that the path is error.

hmm…, i will try later.

it’s ok now, much thank you :slight_smile: