Hi,
we are successfully running build scripts for cordova apps for iOS, however today ran into a weird problem with a new project while trying to add the ios platform.
Our command looks like this:
cd cordova && cordova platform add ios
and we get following error:
Error: Your ionic-plugin-keyboard platform does not have Api.js
The weird thing is, when debugging over SSH we can call the same command and it works without problems.
We also tried to pack the commands into a shell script (being paranoic) with the same results:
Not sure what the real issue here is, any ideas are welcome, thanks.