Adding a build configuration in Xcode

Daniel Miller

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.

akshaun

I ran into this same problem and figured it out. Here is a screenshot of the problem. I want to duplicate my "Release" configuration, but the option to do so is disabled. Why?

enter image description here

The answer is hiding behind this little button here (circled in red)...

enter image description here

This menu will open to reveal that you currently have a build target selected. Build targets don't have their own configurations.

Configurations are project-wide. If you select the project file, the menu will work, as shown here.

You also have to make sure that the 'Info' tab is selected, the options are still greyed out if you are on the 'Build Settings' page

enter image description here

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Adding a scheduled build to the build configuration

From Dev

Adding synx to XCode build phase

From Dev

Adding a custom preset build configuration to make

From Dev

VC++ 2010 - Adding configuration to a single project in a solution fails to build

From Dev

Adding a Trigger to a build configuration in TeamCity using the REST API

From Dev

VC++ 2010 - Adding configuration to a single project in a solution fails to build

From Dev

Adding iAd Framework and AdSupport Framework to Build Phases - Xcode 6

From Dev

build troubles when adding tests to XCode 5 project

From Dev

Xcode build configuration based app transport layer security

From Dev

Xcode - Run Post-Actions Script in Specific Build Configuration

From Dev

Search and replace specific lines for a build configuration from Xcode scheme file

From Dev

xcode 5 - app crashes when running in release build configuration

From Dev

Build error when adding a dependency using Swift Package Manager in Xcode for a Flutter project

From Dev

Xcode - Setting/Adding environment variables from a bash script during the build phase

From Dev

Why would Xcode not use the build configuration settings from my xcconfig file?

From Dev

Adding Intellisense in custom configuration

From Dev

Adding GIF to xcode project

From Dev

Adding Frameworks Xcode 5.1

From Dev

Adding Images iOS xCode

From Dev

Xcode - Adding an image to a test?

From Dev

Adding a folder to Xcode project

From Dev

Adding IBOutlet - XCode

From Dev

Adding -ObjC flag in xcode

From Dev

Adding Crashlytics to Xcode

From Dev

Adding Images iOS xCode

From Dev

Adding parse to xcode

From Dev

Illegal configuration in Xcode 6.0

From Dev

Xcode Release Configuration Testing

From Dev

Programmatically check the build configuration

Related Related

  1. 1

    Adding a scheduled build to the build configuration

  2. 2

    Adding synx to XCode build phase

  3. 3

    Adding a custom preset build configuration to make

  4. 4

    VC++ 2010 - Adding configuration to a single project in a solution fails to build

  5. 5

    Adding a Trigger to a build configuration in TeamCity using the REST API

  6. 6

    VC++ 2010 - Adding configuration to a single project in a solution fails to build

  7. 7

    Adding iAd Framework and AdSupport Framework to Build Phases - Xcode 6

  8. 8

    build troubles when adding tests to XCode 5 project

  9. 9

    Xcode build configuration based app transport layer security

  10. 10

    Xcode - Run Post-Actions Script in Specific Build Configuration

  11. 11

    Search and replace specific lines for a build configuration from Xcode scheme file

  12. 12

    xcode 5 - app crashes when running in release build configuration

  13. 13

    Build error when adding a dependency using Swift Package Manager in Xcode for a Flutter project

  14. 14

    Xcode - Setting/Adding environment variables from a bash script during the build phase

  15. 15

    Why would Xcode not use the build configuration settings from my xcconfig file?

  16. 16

    Adding Intellisense in custom configuration

  17. 17

    Adding GIF to xcode project

  18. 18

    Adding Frameworks Xcode 5.1

  19. 19

    Adding Images iOS xCode

  20. 20

    Xcode - Adding an image to a test?

  21. 21

    Adding a folder to Xcode project

  22. 22

    Adding IBOutlet - XCode

  23. 23

    Adding -ObjC flag in xcode

  24. 24

    Adding Crashlytics to Xcode

  25. 25

    Adding Images iOS xCode

  26. 26

    Adding parse to xcode

  27. 27

    Illegal configuration in Xcode 6.0

  28. 28

    Xcode Release Configuration Testing

  29. 29

    Programmatically check the build configuration

HotTag

Archive