Trying to configure and launch a Sencha Touch 2 application. Currently, I am following the instructions detailed in this guide:
Upon executing sencha create jsb
, I encountered the following error message:
TypeError: 'undefined' is not a function
phantomjs://webpage.evaluate():6
phantomjs://webpage.evaluate():1
C:\Program Files (x86)\SenchaSDKTools-2.0.0-beta3\compat\scripts\phantomjs-jsb.js:230
What could be causing this issue? Is it possibly a glitch within the SDK tool?