iOS debug release

时间:2014-07-14 21:08:48   收藏:0   阅读:375

 

#ifndef __OPTIMIZE__

#define NSLog(...) NSLog(__VA_ARGS__)

#else

#define NSLog(...){}

#endif

 

打开Xcode -->>product -->scheme -->>edit scheme -->info 设置debug or release 

 

iOS debug release,布布扣,bubuko.com

原文:http://www.cnblogs.com/qingjoin/p/3842692.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!