I have built a Cordova project, and I have uploaded it to a Phonegap build, Android build appears on build tab but there is no Windows or iOS.
Below is the picture I get from build.phonegap.com
So how can I add iOS support to the project? I have tried the following command in Cordova cli in my local machine
cordova platform -add ios
It runs successfully and adds iOS to the platform project. I uploaded files again to build.phonegap.com, but again no success in getting an iOS build tab.
Any suggestions?