The profile does not contain the udid of the device.

运行的 release,添加 release 的 profile 时没让添加设备啊,只有添加 debug 的 profile 时才让添加设备。
        鸿蒙
      
        HarmonyOS
      
        设备
      
        赞
        
 收藏 0
 回答 1
 
        待解决
        
相关问题
 编译工程提示“This device type does not match project profile.”或安装时出现 “DEVICE_NOT_SUPPORT_ER 
684浏览  • 0回复 待解决
XTS测试 acts 提示 required device does not exist 
12895浏览  • 4回复 待解决
HarmonyOS 无法获取udid 
1470浏览  • 1回复 待解决
API version 8 does not support the Stage model 
9761浏览  • 1回复 待解决
真机运行,UDID不存在 
7454浏览  • 1回复 待解决
当前HSP包中需要使用包含UDID的profile文件签名后才能在设备上运行,如果是模拟器如何运行? 
960浏览  • 1回复 待解决
code:9568305 error: dependent module does not exist. 
4429浏览  • 1回复 待解决
HarmonyOS获取UDID 提示fail 
11782浏览  • 1回复 待解决
如何获取udid命令优化。 
1881浏览  • 1回复 待解决
The <canvas> component does not exist. 
10085浏览  • 3回复 待解决
HarmonyOS Provision Profile 
806浏览  • 1回复 待解决
富设备运行hap,是否也需要获取udid加入到p7b文件里?如何获取udid? 
2610浏览  • 1回复 待解决
华为 Harmony 平板电脑没法获取 udid怎么回事? 
3720浏览  • 1回复 待解决
设备信息中的udid无法获取 
3281浏览  • 1回复 待解决
拿不到设备的UDID怎么解决? 
5824浏览  • 1回复 待解决
HarmonyOS HEVC profile档位含义 
864浏览  • 1回复 待解决
#鸿蒙学习大百科#当前HSP包中需要使用包含UDID的profile文件签名后才能在设备上运行,如果是模拟器如何运行 
1137浏览  • 1回复 待解决
获取udid提示/system/bin/sh: bm: not found 
15909浏览  • 2回复 待解决
报错Property 'pushUrl' does not exist on type 'typeof router'. 
5375浏览  • 1回复 待解决
如何获取profile内的文件 
1790浏览  • 1回复 待解决
启动UIAbility报The specified  ability does not exist 错误是什么原因? 
2732浏览  • 1回复 待解决





















类型为:发布,是没有【选择设备】选项。类型为:调试,有【选择设备】选项。请确定在build.gradle(:entry)中配置了签名文件,如下所示:
ohos {
signingConfigs {
release {
...
}
}
...
}