cocos2dx3.8.1不能读取cocos2.3.2的csb???

cocos2dx3.8.1不能读取cocos2.3.2的csb???
报这个错

ASSERT FAILED ON LUA EXECUTE: The reader build id of your Cocos exported file() and the reader build id in your Cocos2d-x(2.1.0.0) are not match.
Please get the correct reader(build id )from http://www.cocos2d-x.org/filedown/cocos-reader and replace it in your Cocos2d-x
都是最新的,怎么还对应不上???

是哪里配置不对?

提示里都说明白了: ASSERT FAILED ON LUA EXECUTE: The reader build id of your Cocos exported file() and the reader build id in your Cocos2d-x(2.1.0.0) are not match.
你的引擎是 2.1.0 的, 可以在 cocos2d.cpp 中查看到

不过我断点看了,确实是2.1.0.0,在xcode里确实是2.1.0.0,只是加载不了图片,什么都显示不出来,而在cocosIDE里就会出现这个