ArmatureDataManager::getInstance()->addArmatureFileInfo(“xx.ExportJson”);
Armature* armatrue = Armature::create(“xx”);
armatrue->getAnimation()->play(“armatrue0”);
this->addChild(armatrue);
Rect box = armatrue->getBone(“block”)->getDisplayRenderNode()->getBoundingBox(); //报错代码
cocos2d: Cann’t find CCSpriteFrame with block.png. Please check your .plist file//报错提示
xcode 5.1.1
求分析 求解 求!!!
