I\'m using Xcode and .xcconfig files. I\'m trying to append some values in the preprocessor definitions, but I simply can\'t make it work.
I tried the following (as
This works:
xcodebuild GCC_PREPROCESSOR_DEFINITIONS='$(value) NEW_VALUE'