ios - 没有预编译文件prefix.pch的情况下怎么在发布版中去除NSLog?
天蓬老师
天蓬老师 2017-04-17 16:12:11
0
2
626

在网上搜了一下,都是说在prefix.pch文件里加上这么一段

#ifndef __OPTIMIZE__   
#define NSLog(...) NSLog(__VA_ARGS__)   
#else   
#define NSLog(...) {}   
#endif  

我现在的项目都不用prefix.pch了,有没有其他的办法?

天蓬老师
天蓬老师

欢迎选择我的课程,让我们一起见证您的进步~~

Antworte allen(2)
洪涛

你要想在release版本里禁掉NSLog输出,那肯定要全局替换NSLog了,没有pch怎么全局替换..

迷茫

不用不代表不能用,自己新建一个

Beliebte Tutorials
Mehr>
Neueste Downloads
Mehr>
Web-Effekte
Quellcode der Website
Website-Materialien
Frontend-Vorlage