lua-users home
lua-l archive

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


> We have been building the lua source code in our iOS project for
> about a year now.  Last week (around Sept. 20th) XCode was updated
> and the source code no longer builds.  When compiling loslib.c XCode
> generates an error saying system() has been deprecated and is no
> longer supported. (system() is called from os_execute) Is there any
> plan to correct this issue for iOS? Does anyone have a suggestion as
> to how best address this?

See http://lua-users.org/lists/lua-l/2017-09/msg00217.html

Note that this is an iOS problem that no longer can claim to support
standard C or POSIX.