alibaba / wax

Wax is a framework that lets you write native iPhone apps in Lua.
http://github.com/probablycorey/wax
MIT License
1.84k stars 280 forks source link

从服务器下载到沙盒中的文件我要如何读取并运行 #45

Closed CFKit closed 5 years ago

CFKit commented 7 years ago

读取沙盒中的lua文件并运行时报错

intheway commented 7 years ago

see: https://github.com/alibaba/wax/issues/40 first get the right lua file path, then use wax_runLuaFile or wax_runLuaString,