入门:Xcode 中没有 phonegap 模板

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/12106639/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-15 01:19:24  来源:igfitidea点击:

Getting started: no phonegap template in Xcode

xcodecordovaxcode4.3

提问by GibboK

I have installed Xcode from Apple Store and run the PhoneGap installer libs/ios from PhoneGap. Now, when opening XCode I cannot see the Phonegap template in Xcode

我已经从 Apple Store 安装了 Xcode,并从 PhoneGap 运行了 PhoneGap 安装程序 libs/ios。现在,当打开 XCode 时,我看不到 Phonegap 模板Xcode

What I should get is in the Image below. Any idea what I;m doing wrong? I'm very new to phoneGap

我应该得到的是在下图中。知道我做错了什么吗?我对 phoneGap 很陌生

回答by keune

Are you using Phonegap 2.0? They removed this template in Phonegap 2.0. Now you need to use the command line to create a new app, but it's pretty easy and described here.

您使用的是 Phonegap 2.0 吗?他们在 Phonegap 2.0 中删除了这个模板。现在您需要使用命令行来创建一个新的应用程序,但这非常简单,并在此处进行了描述。