- (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?
Question&Answers:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…