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