ios - Starting new project with Cordova 2-7-0, cannot create in command line -


i trying create new porject latest version of cordova. following instructions here stuck @ start new project command line section

i follow instruction says open command line tool, drop 'bin' file in , enter following:

./create ~/documents/cordovaxy/helloworld org.apache.cordova.helloworld helloworld

but when hit enter command line says is

no such file or directory

is there anyway without using command line?

thanks!

using command line easiest way it, keep trying!

i run command

./create 

without parameters. if warning message , list of possible flags , parameters means problem in parameters

~/documents/cordovaxy/helloworld org.apache.cordova.helloworld helloworld  

and not command itself.

my guess have create cordovaxy directory.

otherwise, double check 'xcode command line tools' correctly installed. page linked states "cordova uses command line create new application project. access xcode tools command line additional download required."


Comments