在iOS上安装Phonegap

最近我试图在我的Mac上安装Cordova,所以我可以编译为iPhone,但我遇到了一个问题。 创buildCordova项目的选项不在xcode上。 我在网上看,看到我需要通过terminal创build项目。 我做到了这一点,但是我没有看到任何东西。

在terminal上,将bin文件夹拖到terminal后,我执行了:./create / desktop / ios-program / com.appname appname

我做错什么了吗? 谢谢

http://docs.phonegap.com/en/2.7.0/guide_getting-started_ios_index.md.html

这些说明非常清楚,即使解压缩zip文件后得到的目录树不完全是它们显示的那个。

安装完所有要求后:

1. extract the content of phonegap-2.7.0.zip wherever you want 2. go to lib/ios/bin and run the create command with the suggested parameters. 3. open the finder and go to the directory you used as first parameter 4. doubleclick the file with extension xcodeproj to open XCode and the project will be automatically created 

在input./create命令之前,确保你在\ phonegap-2.7.0 \ lib \ ios \ bin ./create 。 参考博客教程