Quick 3.3 or 3.5 trans to cocos2d-x 3.7 rc1 #12905

I Known that cocos2d-x supports C++,Lua and JS, it do not support quick。But my project was developed by quick3.3. because there is some bugs in quick 3.3 , such as emoji letter was not support very good. I found these bugs was resolved in coco2dx-3.7. So i decided to trans our project from quick 3.3 to coco2dx-3.7。

I create a lua HelloWorld project by running “cocos new MyLuaGame -p com.yourcompany.mygame -l lua -d MyLuaGame” with the newest cocos2d-x . I copy framework of quick 3.5 to my HelloWorld Project, and replace app directory , main.lua, config.lua with the sample code in mvc, when i run the project, it said : :278: attempt to call a nil value. I do not known why. Is that the newest cocos2d-x was not adapted to quick ? How can i fixed it ? is the somebody known how to fixed it ?