HarmonyOS 更改项目的bundlename后报错-鸿蒙开发者社区-51CTO.COM

HarmonyOS 更改项目的bundlename后报错

ERROR: BundleName in the project configuration does not match that in the SigningConfigs.

Detail: Open the project-level build-profile.json5 file. Change the bundleName value

to that in the SigningConfigs. Otherwise, go to the app.json5 file and change the bundleName value there.

BundleName in Project: com.xxxx.xxxx, BundleName in SigningConfigs: com.xxxx.xxxx.

at /Users/test_mac_ios/mybus-harmony/build-profile.json5

HarmonyOS
2024-08-23 11:25:05
浏览
收藏 0
回答 1
待解决
回答 1
按赞同
/
按时间
superinsect

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

分享
微博
QQ
微信
回复
2024-08-23 20:50:38
相关问题
如何获取HarmonyOS 项目的SHA1?
5094浏览 • 1回复 待解决
项目报错,moduleName is not unique
52浏览 • 1回复 待解决
PolarDB更改为管控模式登录DMS异常
2888浏览 • 1回复 待解决
如何获取应用自身的bundleName
2369浏览 • 1回复 待解决
如何获取当前HAP的BundleName
387浏览 • 1回复 待解决
HarmonyOS 项目使用c++库导出函数报错
125浏览 • 1回复 待解决
HarmonyOS拍照调用openSync方法报错
439浏览 • 1回复 待解决
HarmonyOS 集成RN 5.0.0.100 运行报错
294浏览 • 1回复 待解决
项目启动报错该怎么处理啊?
242浏览 • 1回复 待解决
ReactNative to Harmony的项目启动中报错
104浏览 • 1回复 待解决