03-13-2012 09:13 AM - edited 03-13-2012 09:14 AM
I try to sign my application .bar file using the following command
blackberry-signer -verbose -cskpass <your CSK password> -keystore <your P12 file> -storepass <your P12 file password> <BAR_file.bar> RDK
The result I get telling me that
Error = Code signing request failed because Application-Development-Mode in Manifest is present and is not set to [false].
]
Error: Code signing request failed because Application-Development-Mode in Manifest is present and is not set to [false].
So I need to find a way to disable DEBUG mode when building my project. I use QNX MOmentics IDE (on mac) Version: 2.0.0 Build id: 201202171813 to build my project, and I cannot find any option to alter the build setting regarding to DEBUG option.
Any help would be appreciated, thanks in advance.
03-13-2012 10:20 AM
03-13-2012 11:59 AM
Thanks so much !
It's solved my problem.