I cannot get Ripple to build using the SDK installed at the default location. I get the error message "Oh Snap! Build request failed with message: ./Applications/BlackBerry/BB10 WebWorks SDK 2.0.0.54 is not a valid path" (EDIT:THIS PROBLEM HAS BEEN FIXED BY REMOVING THE '.' - PLEASE SEE ERROR BELOW) - but that is where the SDK is installed.
I am following this tutorial here: http://www.patrickcatanzariti.com/2013/01/my-guide-to-developing-a-blackberry-html5-webworks-mobile-app/
but I am unsuccessful. I have also tried copying the BlackBerry10Simulator-BB10_2_0X-1791 folder from ./Documents/Virtual Machines into that folder and I still get the same error when trying to build, as well as another error when editing the settings: "No simulators found"
Has anyone built using this version of Ripple and BB10?
EDIT
I have changed the platform to BlackBerry 10 Webworks. Now the error appears on the command line:
Checking output path /Users/username/Development/BlackBerry/BB_Output/
Path already exists
Running zip in /Users/username/Development/BlackBerry/Blackberry/BlackBerry
exec - "zip" -r "/Users/username/Development/BlackBerry/BB_Output/Output.zip" *
out: adding: BlackBerry.zip
out: (stored 0%)
adding: config.xml (deflated 63%)
adding: css/ (stored 0%)
adding: css/app.css (deflated 82%)
adding: images/ (stored 0%)
adding: images/image1.png
out: (deflated 0%)
adding: images/Image3.png
out: (stored 0%)
adding: images/smallImage.png
out: (stored 0%)
adding: images/Thumbs.db
out: (deflated 28%)
adding: js/
out: (stored 0%)
adding: js/jquery-1.10.2.min.js
out: (deflated 65%)
adding: js/jquery.soap.js
out: (deflated 69%)
adding: js/msisdn.js
out: (deflated 66%)
adding: js/panic.js
out: (deflated 76%)
adding: screen1.html
out: (deflated 61%)
adding: screen2.html
out: (deflated 74%)
adding: phoneNumber.html (deflated 66%)
adding: settings.html (deflated 57%)
adding: start.html (deflated 56%)
error: Error: Cordova does not know
/Users/username/Development/BlackBerry/BB_Output/Output.zip; try help for a list of all the available commands.
at new CLI (/Applications/BlackBerry/BB10 WebWorks SDK 2.0.0.54/webworks-cli/node_modules/cordova/src/cli.js:114:15)
at new CLI (/Applications/BlackBerry/BB10 WebWorks SDK 2.0.0.54/webworks-cli/lib/cli.js:91:31)
at Object. (/Applications/BlackBerry/BB10 WebWorks SDK 2.0.0.54/webworks-cli/bin/webworks:4:16)
at Module._compile (module.js:456:26)
at Object.Module._extensions..js (module.js:474:10)
at Module.load (module.js:356:32)
at Function.Module._load (module.js:312:12)
at Function.Module.runMain (module.js:497:10)
at startup (node.js:119:16)
at node.js:901:3