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.

0
1 comment
Avatar
Permanently deleted user

Oops, preprocessors wasn't the problem, optimize imports actually removed the import that included the variables my preprocessor statement was using.

0

Please sign in to leave a comment.