0

最近我试图将 Cordova 安装到我的 mac 上,这样我就可以为 iphone 编译,但我遇到了一个问题。xcode 上没有创建 Cordova 项目的选项。上网看了一下,发现需要通过终端创建项目。我这样做了,但据我所见,什么都没有创建。

在终端上,将 bin 文件夹拖到终端后,我做了:./create /desktop/ios-program/com.appname appname

我做错什么了吗?谢谢

4

3 回答 3

2

这里给出了在 xcode 中创建 phonegap 环境的完整指南

http://www.adobe.com/devnet/html5/articles/getting-started-with-phonegap-in-xcode-for-ios.html

如果这还不够的话

http://www.kendoui.c​​om/blogs/archive/11-12-27/setup_your_phonegap_development_environment_on_mac.aspx

于 2012-07-31T06:12:39.567 回答
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
于 2013-05-21T12:37:47.957 回答
0

./create在输入命令之前,请确保您位于 \phonegap-2.7.0\lib\ios\bin 中。请参阅博客教程

于 2013-12-04T17:08:26.277 回答