Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

xcode

xcode4

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.

like image 537
niveuseverto Avatar asked Mar 11 '11 11:03

niveuseverto


1 Answers

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.

like image 195
Eimantas Avatar answered Sep 25 '22 20:09

Eimantas