Question

In Xcode 4 I was able to add a user-defined build setting (EXCLUDED_SOURCE_FILE_NAMES) in order to exclude source files for my release builds.

How do you do this in Xcode 5?

Was it helpful?

Solution

Go to the build settings editor (Click the Build Settings button at the top of the project editor). Choose Editor > Add Build Setting > Add User-Defined Build Setting. The build settings need to be visible in the project editor or else the menu items to add a user-defined build setting will be disabled.

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