Tag in CCMenu assigned by CocosBuilder is always -1

I’ve assigned the tag for a CCMenu to for example 111 in CocosBuilder. But it always –1 when I checked it in my program. ( I can get it’s CCMenuItemImage through this CCMenu without problem).

Is it a bug of CocosBuilder or Cocos2d-x ?

Thanks

Could you please upload the CocosBuilder project?

Ok, I’ll write a testing app and upload later. Thanks

I can get the CCMenuItemImage by getChildByTag. But can’t get CCMenu.

Please add libs for cocos2d-x (2.x) to run it.