Monday, 9 September 2013

EXC_BAD_ACCESS on NSString stringWithFormat

EXC_BAD_ACCESS on NSString stringWithFormat

On my iOS app I receive a EXC_BAD_ACCESS error on this row :
temperature.text = [NSString stringWithFormat:@"%@ °C", tempC];
the error is the following:
*** -[CFString class]: message sent to deallocated instance 0x15e4a2c0
Can you help me?

No comments:

Post a Comment