Hi i am using following code.
NSString *quant = [NSString stringWithFormat:@"%@",item.capacity];
NSString *metricUnit = item.metric_Unit;
cell.quantity.text = [quant stringByAppendingFormat:metricUnit];
while quant is nsnumber and i m getting a warning named "format is not a string literal and no format arguments" and i m trying many was but did nt success, plzz if any one know how to remove that warning plzz tell ...
Hope your positive response