Hello
Trying to solve a problem im having when signing my certificate, I followed multiple guides and watched multiple videos. But keep getting this error
1>C:\Users%MYUSERNAME%\.nuget\packages\tizen.net.sdk\1.0.9\build\Tizen.NET.Sdk.Packaging.targets(585,5): error TS0005: Error occurred during tpk signing. Please check certificate file & password 1>C:\Users\%MYUSERNAME%\.nuget\packages\tizen.net.sdk\1.0.9\build\Tizen.NET.Sdk.Packaging.targets(585,5): error TS0005: message : PKCS12 key store MAC invalid - wrong password or corrupted file. 1>C:\Users\%MYUSERNAME%\.nuget\packages\tizen.net.sdk\1.0.9\build\Tizen.NET.Sdk.Packaging.targets(585,5): error TS0005: file: E:/Program Files/Tizen-data/keystore/author/AppCertficateKey.p12
I recreated the Certificate multiple times and still same issue, I searched google for hours and only 1 post talked about it but for some reason i cant access it.
FYI This is line 585 (and whats under it...)
<Sign RootDir="$(TizenPackageDir)" AuthorFile="$(AuthorPath)" AuthorPassword="$(AuthorPass)" DistFile="$(DistributorPath)" DistPassword="$(DistributorPass)" DistFile2="$(DistributorPath2)" DistPassword2="$(DistributorPass2)" OutputSignedTpk="$(SignedTpkFile)" />
Has anyone experienced this? Or have any ideas on how to solve it?