Error building ios with cordova

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

    make sure you add: xmlns:cdv="http://cordova.apache.org/ns/1.0

    to the widget section(on the very top) of your config.xml

    This will add all necessary Cordova components.

提交回复
热议问题