Error building ios with cordova

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

    it's a cat and mouse problem,

    1. the icon resources aren't built because the platform isn't added and
    2. platform can't be added because the icon resource isn't there

    ionic/cordova is pretty unstable and a nightmare to work with in CI pipeline.

    this kept crashing out CI pipeline. just keep removing and adding the android/ios platform and build the resources using ionic cordova resources --force

提交回复
热议问题