使用cocos2.1.2beta发布资源后,在cocos2d-x3.4final中使用,会提示以下错误:
Assert failed: 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
然后去
http://www.cocos2d-x.org/filedown/cocos-reader
发现只有针对cocos2.1的替换代码,没有针对cocos2.1.2beta的替换代码。用cocos2.1的代码替换后,仍然出现以上错误。最后尝试将断言注释掉,又报了空指针的错误。
请问如何解决?