xcode8 解决打印台打印不出来东西

来源:互联网 发布:域名 编辑:程序博客网 时间:2024/05/29 05:54

xcode8 上

ifdef DEBUG

define NSLog(format, …) printf(“\n%s\n”, [[NSString stringWithFormat:format, ## VA_ARGS] UTF8String]);

else

define NSLog(format, …)

endif

0 0
原创粉丝点击