pch文件加入下面的一段就可以了 #ifdef _OPTIMIZE_ #define NSLog(...)NSLog(VA_ARGS__) #else #define NSLog(...){} #endif