Xcode 警告信息处理:Format string is not a string literal (potentially insecure)

转自:http://www.oschina.net/question/54100_33881

NSObject *obj = @"A string or other object.";
NSLog([NSString stringWithFormat:@"%@",obj]);// 有警告
NSLog([NSString stringWithFormat:@"%@",obj],nil);// 解决方案

Xcode 警告信息处理:Format string is not a string literal (potentially insecure)

上一篇:sicily 4379 bicoloring


下一篇:第四课 Grid Control实验 GC Agent安装(第一台机器部署) 及卸载