niveuseverto
niveuseverto

Reputation: 280

How to add preprocessor define globally for "Debug" configuration in XCode 4

Greetings, There are a lot of such questions on stackoverflow, but all of them about xcode version < 4, so I asking once more time:

How add preprocessor define globally for "Debug" configuration in XCode 4?

Thank you in advance.

Upvotes: 12

Views: 12995

Answers (1)

Eimantas
Eimantas

Reputation: 49335

Select project in file browser, go to "build settings" and search for "preprocessor macros". Also .pch file is for global includes as well as global defines.

Upvotes: 19

Related Questions