I also got this to work, but I had to run the simulator through xcode.
I downloaded the code from drop box to my MacBookPro running OSX 10.9. My cordova version is 3.3.1-0.1.2
In the terminal, I navigated to the project directory (testappios, containing the downloaded files.)
I ran cordova prepare, that ran ok, but when I run
cordova emulate ios, I get an error:
Generating config.xml from defaults for platform "ios"
Preparing ios project
Running on emulator for platform "ios" via command "/Users/boss/Documents/_Jay/ProjectEntry/PhoneGapProjects/TestAppIos/platforms/ios/cordova/run" --emulator
/usr/local/lib/node_modules/cordova/node_modules/q/q.js:126
throw e;
^
Error: An error occurred while emulating/deploying the ios project.
at ChildProcess.<anonymous> (/usr/local/lib/node_modules/cordova/src/emulate.js:67:22)
at ChildProcess.EventEmitter.emit (events.js:98:17)
at maybeClose (child_process.js:743:16)
at Socket.<anonymous> (child_process.js:956:11)
at Socket.EventEmitter.emit (events.js:95:17)
at Pipe.close (net.js:466:12)
Now that I have a project that works, from this sample, need to get it working in my own project!