美文网首页
ionic 打包 The product name change

ionic 打包 The product name change

作者: 只会ctrl_c_v | 来源:发表于2021-09-27 19:05 被阅读0次
> cordova build ios
The product name change (<name> tag) in config.xml is not supported dynamically.
To change your product name, you have to remove, then add your ios platform again.
Make sure you save your plugins beforehand using `cordova plugin save`.
        cordova plugin save
        cordova platform rm ios
        cordova platform add ios

一、按环境改

image.png

二、先打包,再在原生改

相关文章

网友评论

      本文标题:ionic 打包 The product name change

      本文链接:https://www.haomeiwen.com/subject/perknltx.html