I'm trying for some hours now to develop a continuous integration script to build on iOS an Apache Cordova APP. Though I'm getting all the time signing errors.
How can I build an iOS APP with cordova without any keys nor credentials given? I tried
cordova build ios
cordova build ios --debug
But it does not work
After several days slightly around it, this worked successfully