鸿蒙Next-包BundleName不匹配问题: hvigor ERROR: BundleName in the project configuration does not match that i
在修改完AppScope下的app.json5中的bundleName之后,使用真机调试的时候需要先把和AppScope同级别目录中的build-profile.json5中的:signingConfigs 字段改为 “signingConfigs”: [], 重新生成signingConfigs。这意味着你项目配置文件中的BundleName与签名配置文件中的不一致。
·

hvigor ERROR: BundleName in the project configuration does not match that in the SigningConfigs。这意味着你项目配置文件中的BundleName与签名配置文件中的不一致。
检查并修改build-profile.json5
调整app.json5文件

在修改完AppScope下的app.json5中的bundleName之后,使用真机调试的时候需要先把和AppScope同级别目录中的build-profile.json5中的:signingConfigs 字段改为 “signingConfigs”: [], 重新生成signingConfigs
更多推荐



所有评论(0)