Build on windows

Hi,

I used to build my app on windows by:

  1. ionic cordova build ios --prod
  2. add config.xml and resources to www
  3. zip the folder and send it over to phonegap for build

This morning one of my cordova libraries messed up and I had to do a fresh installation of ionic, cordova, etc.

When I try the above sequence now I get the following error:

CordovaError: Promise rejected with non-error: ‘xcodebuild was not found. Please
install version 7.0.0 or greater from App Store’

I used to get a warning about this but now I get an error!

I’d be grateful for any pointers. It has been a long day to recreate the project but now I feel I am stuck at the last step!

Thanks,

Doug

Despite the error, the bundle seems to be compiled at phonegap with no error. I hope it helps someone…