Support for preprocessors? Permanently deleted user 创建于 2011年08月18日 05:28 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.
Oops, preprocessors wasn't the problem, optimize imports actually removed the import that included the variables my preprocessor statement was using.