[已解决]cocosStudio导出ExportJson 使用报错的问题

各位大神, CCArmatureDataManager::sharedArmatureDataManager()->addArmatureFileInfo(“canbaizhec0.png”, “canbaizhec0.plist”, “canbaizhec.ExportJson”);

CCArmature *armature = CCArmature::create("canbaizhec");这是我调用出图的代码,

JSON_ASSERT( type_ == nullValue || type_ == arrayValue );到这句的时候就直接奔溃。

把ExportJson中的所有color属性删除就OK了