Hi I'm trying to generate a signed .wgt package using /sdk/tools/ide/bin/tizen.bat. In order to do so, I do the following:
- Generate .p12 files using IDE
- Add profile named "test" (also using IDE)
- Copy profiles.xml to my project directory
- Run tizen.bat build-web (in the directory of my project)
- Once the .buildResult is created, I change directory to it and run tizen.bat package -t wgt -s test:profiles.xml
When I do that, I get the following error: "There is no default profiles value in config file."
Also, is there a way to generate profiles.xml file using command line tools?
I'm not quite sure what I'm missing here. Is there an additional param in the config.xml I'm missing? Thank you for your help.