01-28-2013 03:08 PM
I recently purchased a Macbook Air, and installed the BlackBerry WebWorks SDK Version 1.0.4.7, as well as the simulator. (I got an error when visiting the link to download the Ripple Emulator, so don't have that at the moment.)
I downloaded my signing keys, I put them in a folder in "Documents" called "Signing Keys". I then navigated to
"Developer/SKDs/Research In Motion/BlackBerry 10 WebWoks SDK 1.0.4.7/dependencies/tools/bin" and ran this command to register my keys: "blackberry-signer -register -csjpin <--CSJPIN--> -storepass <--STOREPASS--> "/Users/Tom/Documents/Signing Keys/client-RDK-1953776.csj" "Users/Tom/Documents/Signing Keys/client-PBDT-1953776.csj""
Nothing happened when that ran, so I tried "./blackberry-signer" (rest of the command) and got this error message: "-bash: ./blackberry-signer: Permission denied"
I am really not sure what I'm doing wrong here, as whatever I try my keys are not being registered and there are no files inside ~Library/Research In Motion.
I am completely new to Mac/OS X so wanted to include as much information as I could, if you need to know anything extra just let me know and I'll post it. Really stuck here and just want to test out my app, so any help would really be appreciated.
Thanks,
Tom.
Solved! Go to Solution.
01-29-2013 12:38 PM
Just retried registering my keys again, it worked! Don't really know why, but I'm just happy I can get developing again.
Tom
01-30-2013 08:17 AM
Hey Tomus,
for what it's worth, you were missing a "/" behind "Users" in your path to your .csj file. Not sure if that was the cause but in terminal you need the forward slash when referring to the root directory.
01-30-2013 01:33 PM