最近我试图将Cordova安装到我的mac上,这样我就可以为iphone编译了,但是我遇到了一个问题。在xcode上没有创建Cordova项目的选项。我在网上查看,发现我需要通过终端创建项目。我这样做了,但据我所见,没有创造任何东西。
在终端上,将bin文件夹拖到终端之后我做了:./ create / desktop / ios-program / com.appname appname
我做错了什么吗?感谢
答案 0 :(得分:2)
这里给出了一个完整的指南,用于在xcode中创建phonegap环境
http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-xcode-for-ios.html
如果还不够,那么
答案 1 :(得分:0)
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
答案 2 :(得分:0)
在输入./create
命令之前,请确保您位于\ phonegap-2.7.0 \ lib \ ios \ bin内。
请参阅Blog Tutorial