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?

有帮助吗?

解决方案

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.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top