Error building ios with cordova

后端 未结 17 1590
-上瘾入骨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:37

    I ran into the same problem:

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

    Looks like the relative path is in reference to the config.xml. If the resources folder exists inside of 'www', then you may need to update the relative path.

    I was able to resolve this by updating the relative path to "www/resources/...".

提交回复
热议问题