在pch文件里编写如下代码//消除文件中的nslog函数#ifdef __OPTIMIZE__#define NSLog(...)NSLog(VA_ARGS__)#else#define NSLog(...){}#endif