在pch文件中写入以下函数
//消除文件中的nslog函数
#ifdef DEBUG
#define NSLog(...) NSLog(__VA_ARGS__)
#else
#define NSLog(...)
#endif
//消除文件中的nslog函数
#ifdef DEBUG
#define NSLog(...) NSLog(__VA_ARGS__)
#else
#define NSLog(...)
#endif
本文标题:ios去除工程中的NSLog
本文链接:https://www.haomeiwen.com/subject/kbtayttx.html
网友评论