我之前的项目是用1.4.1开发的,现在cocos升级到1.5.2,构建的时候出现这个问题,Project version [1.4.1] not match cocos2d-x-lite version [1.5.2]. Please delete your build path, then rebuild project.,我打包出来后,放在iOS上面运行,log出现这个错误,jsb-binary/src/jsb_polyfill.js:19:TypeError: cc.director._compScheduler is undefined,有谁知道怎么把原来的项目用1.5.2完整跑起来吗
把原来的build文件夹删除,出现构建试试
多谢,已经解决了