quick2.2.5 使用的不是原生的lua而是luajit,我最近在集成luaxml但是编译不通过,
Undefined symbols for architecture armv7:
“_lua_rawlen”, referenced from:
_Xml_eval in libquickcocos2dx.a(lua_extensions.o)
“_luaL_newlib”, referenced from:
_luaopen_LuaXML_lib in libquickcocos2dx.a(lua_extensions.o)
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
quick本身有关于xml模块的接口吗?如果没有为什么没有添加这个东西呢?
求指点,quick中都用什么库来解析的?