I am very new to iPhone development and I am looking to work with the PhoneGap framework to create iPhone apps. I installed Phonegap on Mac OS X Lion. I got this error in the terminal window for ./create <project_folder_path> <bundle_id> <project_name>:
./create: No such file or directory
I have searched Google to solve this error, but I can’t find any idea from there. Could you please help me solve this issue and run the project? Thanks in advance. Looking forward to your answers.
You probably need to check your current directory with the
pwdcommand, which is what the.is shorthand for. Thecreateexecutable sits in the Cordovabindirectory, not your project directory.For example, this site shows the required command line to be (spread across multiple lines for readability):
In other words,
createis separate from your project.The solution is probably to fully specify the path name of
create.