On Thu, Jul 21, 2016 at 1:41 AM, Vincent Olivier <[email protected]> wrote: > Hello, > > This was mentioned a long time ago but the thread ends abruptly and I don't > see options specific to ios (always mentioned along "mac") in uv.gyp. > > My question is how does one generate a Xcode project to build iOS binaries > to link statically to an iOS app ? Thanks ! > > Vincent
`./gyp_uv.py -f xcode -DOS=ios` but caveat emptor, iOS is not a tier 1 platform and is not tested regularly. YMMV. -- You received this message because you are subscribed to the Google Groups "libuv" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/libuv. For more options, visit https://groups.google.com/d/optout.
