Cocos studio V2.0.6 + cocos2d-x V3.3 final button 显示不正常

添加了一个纯色的button , 用cocos studio 自带的模拟器是好的,编译后在 Xcode 自带的模拟器中运行就没有纯色背景了,只剩下按钮文字了,
两种加载的的方式都一样的结果,这是bug,还是我设置哪里有问题?

rootNode = CSLoader::getInstance()->createNodeWithFlatBuffersFile(_filePath);
//rootNode = CSLoader::createNode(_filePath);


楼主你好:
如果你 cocos studio editor 创建的 button 的资源使用了默认图片,请在 publish 后,将 res 下的 Default 目录拷贝到你的 Xcode 项目工程的 Resources 目录下,并添加进你的工程。