I'm using Xcode 4.6. My app is working on the device and the simulator, but I get a warning when building:
"Format string is not a string literal (potentially insecure)"
from this code
[sArray addObject:[NSString stringWithFormat:subCatName]];
l.text= [spacing stringByAppendingFormat:[mArray objectAtIndex:section]];
Why, and how do I fix it?