Can we build ios mobile game on windows ?

https://stackoverflow.com/questions/45081576/how-can-i-compile-a-unity3d-game-project-from-command-line-into-webgl?rq=1

Using the commands in link above . Is it possible to build ios mobile game on Windows ?

No, You can not. The output of unity compiler of iOS is an XCode project. You have to open this project by XCode using a MAC, the actual build for the installation file to install to iOS devices is by XCode, not by unity.

Vince