jsb cc.TextFieldTTF is undefined

there is a problem when I use cocosbuilder and cocosplayer debug jsb , it is “TypeError: cc.TextFieldTTF is undefined”, my code as fellow,
var textField = cc.TextFieldTTF.create(“”, cc.size(100,50), cc.TEXT_ALIGNMENT_LEFT,“Arial”, 32);