cocos2dx3.9已经不支持plist读取动画了吗?

CCAnimationCache *pAniCache = CCAnimationCache::getInstance();
pAniCache->addAnimationsWithFile(“resource/public/talkimganimate.xml”); //里面是动画文件

底层实现xml读取的时候DictMaker startElement,endElement已经没有处理animations这个字段,就是不管怎么样这个dictmaker里面也不会存在有animations这个key的数据

后面创建动画一定是失败的,请解答?