NSLog
Xcode 8.0 베타 (8S128d)에서는 아무것도 인쇄되지 않습니다 . printf
변경되지 않음
내 코드는 다음과 같습니다.
NSLog(@"hello from NSLog");
printf("hello from printf");
다음은 iOS 9 Simulator의 출력입니다.
2016-06-17 09:49:10.887 calmapp-dev[28517:567025] hello from NSLog
hello from printf
다음은 iOS 10 시뮬레이터의 출력입니다.
hello from printf