Support for preprocessors?
Does AppCode support preprocessors?
I'm using preprocessors so that I can turn debug statements on/off, and also so that I can use some specific bits of code only when I'm using a debug build.
Please sign in to leave a comment.
Oops, preprocessors wasn't the problem, optimize imports actually removed the import that included the variables my preprocessor statement was using.