Latest cocos2d-x doesn't work with marmalade (GL error)

I m developing a game for android and iPhone using marmalade and cocos2d-x.
Marmalade version: 6.2
Everything was fine with cocos version: “cocos2d-1.0.1-x-0.12.0”, “SysGlesVersion = 1” in app.icf and GLAPI = “Obey [S3E] SysGlesVersion .icf setting” in development.icf
I tried to change cocos version to “cocos2d-2.1beta3-x-2.1.1” and got GL error “Message: GL function glCreateProgram is unsupported under GL configuration: Obey [S3E] SysGlesVersion .icf setting” and cant start the game.
How can i configure project or change code to start game normally?

Hi,

Did you have any success with that?