alibaba/LuaViewSDK

'system' function is unavailable in iOS 11

lizujian opened this issue · 2 comments

'system' function is unavailable in iOS 11

static int os_execute (lua_State *L) {
//  lua_pushinteger(L, system(luaL_optstring(L, 1, NULL)));
    lua_pushnil(L);
  return 1;
}

Thanks!