Cordova Error: Your ios platform does not have Api.js

前端 未结 8 1432
鱼传尺愫
鱼传尺愫 2020-12-03 13:16

I\'m trying to build a cordova ios app but not having much luck and getting strange errors.

Using this version of Cordova with older version of cordova-i

8条回答
  •  庸人自扰
    2020-12-03 13:40

    I was having exactly this problem but managed to solve it by simply removing and then adding the IOS platform within my project:

    cordova platform rm ios
    cordova platform add ios
    

    This seemed to fix whatever had somehow got broken when updating Cordova...

提交回复
热议问题