Hello,
I have a Tizen web application for Gear S3, built based on SDK 2.3.2. It works perfectly with Tizen Studio. However, if I package the application using the command line:
tizen package -t wgt -s myProfile -- ./MyApplication
and then install it using:
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Andale Mono'; color: #29f914; background-color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures}
tizen install -n MyApplication.wgt
I got SIGNATURE_INVALID_NO_HASH_FILE [77] error. My default profile path was set as ~/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml, and tizen security-profiles list returns the correct profile name. I am sure this profile is the same one used in the certificate manager in Tizen Studio.
Could somebody tell me where I made wrong?
Thanks.
Jinghai
p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 14.0px 'Andale Mono'; color: #29f914; background-color: #000000} span.s1 {font-variant-ligatures: no-common-ligatures}