问题描述
没有其他方法,我搜索了很多。在XCode 3这很容易,但现在..
There are no other way, I search a lot. In XCode 3 this is easy, but now..
在上面的屏幕中,我有构建配置,所以我可以选择如果我想要:
In the screen above, I have the Build Configuration, so I can chose if I want:
- 调试
- 发布
这2种配置,在构建设置选项卡(在目标配置)中有自己的配置。要创建第三个广告素材,请点击分发,阅读在XCode 3中显示此图片
This 2 kind of config, have their own config in "Build Settings" tabs (in targets config). To create I third one, the Distribution, reading here, it show this image in XCode 3
我可以在XCode 4中执行相同操作
edit->
一个新的Schema没有工作,像这样是一个配置在Build Settings标签的Targets。我可以为Debug和Release选择一个配置,但是对于第三个?
edit->Only create a new Schema didn't work, like this is a config in "Build Settings" tag of Targets. I can chose a config for "Debug" and "Release", but, and for I third one?
推荐答案
查看项目设置。您可以使用 +
按钮添加到配置中。
Have a look at the project settings. There is a +
button that you can use to add to configurations here.
这篇关于如何添加配置到Xcode?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!