创建.h文件,添加以下代码
#ifdef DEBUG
#define NSLog(...) NSLog(__VA_ARGS__)
#else
#define NSLog(...) {}
#endif
创建.h文件,添加以下代码
#ifdef DEBUG
#define NSLog(...) NSLog(__VA_ARGS__)
#else
#define NSLog(...) {}
#endif
转载于:https://www.cnblogs.com/tiffany-my/p/7049789.html