NSLog
Auf Xcode 8.0 Beta (8S128d) wird nichts gedruckt. printf
ist unverändert
Hier ist mein Code:
NSLog(@"hello from NSLog");
printf("hello from printf");
Hier ist die Ausgabe auf iOS 9 Simulator:
2016-06-17 09:49:10.887 calmapp-dev[28517:567025] hello from NSLog
hello from printf
Hier ist die Ausgabe auf iOS 10 Simulator:
hello from printf