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

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -