- (void)viewDidLoad
{
NSLog(@"%s", __func__);
// ...
}
in viewDidLoad
of an iOS 8 extension. the NSLog
outputs nothing in Xcode. NSLog
works as usual in the container app though.
How can I get output from debug messages from an extension?