In our organisation, we have Jenkins master server running on Linux, and able to build the Android apps and deploy it to app store.
But how to use the same Jenkins server to build the pipeline for the ios app without using any MAC mechine.
What i tried: I found few 3rd party/unofficial MACOS docker images to run on containers and 3rd party macos ISO images to run on virtualbox on linux mechine, but as these are 3rd party/unofficial because, i don't think Apple like MACOS run on other than MAC hardware.
so what is the best alternative i have?