We develop Ionic Projects on Windows VMs using Visual Studio Code. I have managed to follow this guide: http://ionicframework.com/docs/guide/publishing.html to build a release version of one of our apps for Android, however I am unable to build one for Apple.
When I run the command ionic build ios --release I get an error saying “You cannot run iOS unless you are on a Mac OSX”; we have a Mac at the company however it doesn’t have Ionic installed to run Ionic commands, and because I’m building it on Windows I can’t just open the project in Xcode.
My question really is; is it possible to build release version on Windows? If not, it is a problem that the project is not .xcodeproject?
Thanks
Pav