NSLogs

December 09, 2014

So, you want to log a variable, do you?

NSLog(@"%@", rfduinoManager);

For whatever reason, NSLog needs that string "%@" before you can log what you wanted in the first place. You're real fun, Objective-C.