03-03-2013 12:21 PM
Hi all BB Dev´s!
I´m new to BB10 Webworks Development. My first steps in developing BB Apps i did a few years ago with MDS Studio... But thats an other story ;-)
Now I developed a small app via Webworks and want to test it on my Z10. So i just got my both csj files and i tried to setup my Mac (Mountain Lion) to sign BB apps like described on this page:
http://developer.blackberry.com/html5/documentatio
At Step 3, after the blackberry-signer command i get the following error:
Error: Unable to open CSJ file: /Path/to/my/csjfiles/client-RDK-1976876.csj
Has anybody any tip for me to get this command running? Or is there any mistake a made?
Would be glad about any feedback :-)
Thanks a lot
Best Regards
Lars.
Solved! Go to Solution.
03-03-2013 12:39 PM
Did you copy .csj files to following directory:
C:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.4.11\dependencies\tools\bin
??
03-03-2013 01:10 PM
Hi ddluk,
no i didn´t copied the both csj File to the .../dependencies/tools/bin directory.
This was not described in the online document i found. There only was this in Step 2:
"Save these files to a location on your computer."
So i thought the csj files can by located at any path on my mac when i make a direkt reference in the commandline to both files.
---
But your tip was fine :-) I copied both csj Files into the .../dependencies/tools/bin directory made a reference with the full path in the command - and it works!!!
Thanks a lot for your quick answer and solution!!!
Lars.