How to remove configuration in low level build settings in Xcode 4

In Xcode 4.0.2, there is a good way to configure the program Build Settingswhen clicked in the "Levels" format. Like this screen

showing a sample in Vuild Settings

The levels are as follows:

  • Target Settings
  • Project settings
  • IOS default settings

So, Xcode sees if the Targetconfig has one if it does not appear in project, and if not used iOS default.

The problem is that when you install the configuration at a low level and how to remove it, it is impossible to use the top-level configuration.

. Google Current Project Version, stackOverflow, . Generated Versioning ... stackOverflow, Project Settings. Target Settings, .

?

+5
3

xcode 5 . , . , .

, . , , . , .

+1

"" . , "", , .

0

. , ( ).

  • Xcode . , .
  • YourProjectName.xcodeproj/project.pbxproj, , . , Xcode "Other C Flags". diff , OTHER_CFLAGS OTHER_CFLAGS="mytargetlevelsetting" OTHER_CFLAGS="". ( ), diff.
  • Xcode.
  • YourProjectName.xcodeproj/project.pbxproj . , , 2. , , . , , OTHER_CFLAGS="", , OTHER_CFLAGS="settingiwanttokeep". , , , , , 1.

Xcode , , .

0

All Articles