ios - Framework public headers hide preprocessor directives -
i know preprocessor replaces code @ compile time, when compiling framework there public headers copied raw without preprocessor.
is there way hide preprocessor directives in public header files in "release" builds? e.g.
#ifdef debug - (void)privatemethod; #endif
Comments
Post a Comment