Using Facebook xcbuild inside docker (https://github.com/facebook/xcbuild)
docker pull mattpaletta/xcbuild:latest
docker run -it mattpaletta/xcbuild bash
From there, use xcbuild --executor ninja ... to build your iOS project.
See official documentation for reference.
Content type
Image
Digest
Size
244.4 MB
Last updated
about 8 years ago
docker pull mattpaletta/xcbuild