Is it possible to set a symbol for conditional compilation by setting up properties in an Xcode project?
My aim is to to create a symbol that is available to all fil
You can use the *_Prefix.pch file to declare project wide macros. That file is usually in you Other Sources group.
*_Prefix.pch