Panel导不出来?

cocostudio2.0.6,我把几个按钮放到了一个Panel里,但是在程序里读取的时候,后台Log还有看Child目录,根本就没有这个Panel,只有一堆Button,这是什么情况?

指没有黑色背景?

不是,我想get这个Panel,get不到。报空,查看Child目录,里边根本就没有这个Child。

你这个panel是怎么来的

我是这样取的。 auto rightUpButtonsPanel = dynamic_cast<Widget *>(_uiNode->getChildByName(“right_up_Panel”));

下边是根节点Layer的Children信息。
_children cocos2d::Vector<cocos2d::Node *>
_data std::__1::vector<cocos2d::Node *, std::__1::allocator<cocos2d::Node *> > size=10
cocos2d::ParticleSystemQuad * 0x19b7c00 0x019b7c00
cocos2d::ui::Button * 0x19b6600 0x019b6600
cocos2d::ui::Button * 0x1314400 0x01314400
cocos2d::ui::Button * 0x19ce200 0x019ce200
cocos2d::ui::Button * 0x1317c00 0x01317c00
cocos2d::ui::Button * 0x19de200 0x019de200
cocos2d::ui::Button * 0x19e7400 0x019e7400
cocos2d::ui::Button * 0x19f0800 0x019f0800
cocos2d::ui::Button * 0x19fc200 0x019fc200
cocos2d::ui::Button * 0x1a07200 0x01a07200

工程给我看看?

Sorry,是Xcode的Bug。资源一直是旧的。虽然我看着是新的。