在pch文件中写入以下函数 //消除文件中的nslog函数 #ifdef DEBUG #define NSLog(...) NSLog(__VA_ARGS__) #else #define NSLog(...) #endif