This is a useful workaround. Note that the underscores are missing:
#define LOG(fmt, ...) { NSString* strDebug; strDebug = [NSString stringWithFormat:(fmt), VA_ARGS]; NSLog(@"%@", strDebug); }
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: