Search code examples
configurationbuildxcode5

Adding a build configuration in Xcode


I'd like to add a new build configuration in Xcode 5, "QA", to the other three we currently have (Debug, Distribution, Release). However, when I click "Editor > Add Configuration", everything is grayed out. I'm not very familiar with Xcode in the first place, so I'm not sure how to go about doing this.

Is there a reason it's grayed out? Is this this process to add a build configuration? Thanks.


Solution

  • For Xcode 11 + , you can add your custom configuration here:

    enter image description here