xcode可以运行的sample程序
然后用code ide来调试lua,错误如下
cocos2d: can not get file data of src/cjson.lua
cocos2d: :243: attempt to call a nil value
NodeEx.lua 出错代码如下
241 function Node:addNodeEventListener( evt, hdl, tag, priority )
242 if not flagNodeTouchInCocos then
243 tolua.getcfunction(self, “addNodeEventListener”)(self, evt, hdl, tag, priority)
244 return
245 end
有人处理过吗?