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

link|improve this question

feedback

2 Answers

up vote 14 down vote accepted

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

enter image description here

link|improve this answer
Yes, but it not create what I want. In "Build Settings" of targets, you can config things when you run in Debug and Release. I only need a third one. If i create a new scheme, I still have this two config only. – Rodrigo Jun 2 '11 at 18:29
@Rodrigo - I've updated my answer. – Abizern Jun 2 '11 at 18:37
You are correct... I didn't find it... The transition to XCode 4 is so boring... :( – Rodrigo Jun 2 '11 at 18:40
feedback

You don't need it.

Make sure you check the following list before you Archive:

  • In Edit Scheme: Select Release as Build Configuration for Archive,

  • In Project Build Setting: Set Entitlements.plist and your Distribution code signing for Release scheme,

  • In Entitlements.plist: Set No to ‘can be debugged’.

Then archive and share with your ad-hoc provisioning or submit with distribution provisioning.

Hope this is a comprehensive checklist.

EDIT:

to duplicate an existing configuration: enter image description here

link|improve this answer
Thanks for reply, the problem isn't how create an Archive, but only put in "Build Settings" a third kind of config. If I create a new schema, I still have the "Debug" and "Release" – Rodrigo Jun 2 '11 at 18:32
+1 for the EDIT section – Dirty Henry Mar 5 at 10:04
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.