lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]




Nagaev Boris <bnagaev@gmail.com>于2017年3月14日周二 下午5:51写道:
On Tue, Mar 14, 2017 at 9:35 AM, 云风 Cloud Wu
 
Most scripts pass a fixed set of strings to dlopen/dlsym (modules they
require). If the static analysis tool doesn't understand this, it is
not a problem of the app.

Apple would only tell you that your app can't pass the review, so it's your app's problem rather than their tools.
 
I know people using that platform and running Lua scripts manually.
Turning off LUA_USE_DLOPEN would make difficulties to their workflow.

iOS is only a target (and closed) os, mostly people use other OS (like Mac OSX) to develop app for iOS. You can't even copy a .so file onto your iOS device. Who will run lua script manually  and load .so modules on iOS ?