Cordova ios -Your ios platform does not have Api.js in old project

351 views Asked by At

When we run cordova plugin add cordova-plugin-inappbrowser command ,I have got error "Your ios platform does not have Api.js". Because I have a old project in ios cordova.

Is the any way to add plugin manually.

1

There are 1 answers

0
jcesarmobile On

You should update the cordova-ios version of your project or downgrade the Cordova CLI to use an older version that included the cordova-ios version you have in the project.

You can also try to install the plugins with --nofetch param at the end.