Nothing prints from NSLog on Xcode 8.0 beta (8S128d). printf is unchanged
NSLog
printf
Here\'s my code:
NSLog(@\"hello from NSLog\"); pr
Hmmm... it seems like the property "OS_ACTIVITY_MODE": "disable" PREVENTS NSlog from showing up in the Xcode 9 log.
Unchecking this value in my scheme restored my logs.