Error building ios with cordova

后端 未结 17 1643
-上瘾入骨i
-上瘾入骨i 2021-02-03 22:32

I have a problem when I build the ios platform with cordova. I have all the certificates for the app and device, but when I try to run in my ios device, doing ionic run ios, the

17条回答
  •  深忆病人
    2021-02-03 23:28

    I've had same error only with other image:

    Source path does not exist: resources/ios/icon/icon-40@2x.png

    This happened after upgrading to Cordova 6.3.0 and I've solved it downgrading Cordova.

    Quickfix for now:

    npm uninstall -g cordova
    npm install -g cordova@6.2.0
    

提交回复
热议问题