Xcode – How to add configurations to Xcode

configurationxcode

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:

  • Debug
  • Release

the screen

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 boring xcode 3

Where I can do the same in XCode 4????

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?

enter image description here

Best Answer

Have a look at the project settings. There is a + button that you can use to add to configurations here.

enter image description here