Question

I have an app with 3 targets. Or schemes. Each target have two configs, dubug and release. I am building it in command line using build script.

For ad hoc release I use the configuration 'release'. But what about when make an appstore build. Whats the best way? To make a new target or a new configuration for app store?

Is it possible to make a new configuration for app store build, copying the values from the release. I cant find that option in my XCode 4.6 build settings.

Was it helpful?

Solution

  1. Select your project file under the Project Navigator
  2. Select the project under 'PROJECT'
  3. Click on the plus sign '+' under configurations to create a new configuration
  4. Select the configuration that you want to copy the settings from

Project configuration

In our case, we use both different targets and configurations. We usually have a 'Beta' configuration for enabling traces, crash reports and shortcuts inside the Application and also have a different target to allow us having AppStore and Development versions installed in the same device without conflicts.

Cheers!

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top