NSLog not logging anything in Xcode's output pane when simulator used.

It works when a device is used though.


This is with Swift 3.

Hey DropZap,


I was about to post a radar for it also! but I noticed something in the release notes about this


When debugging an app running on Simulator, logs may not be visible in the console.


Workaround: Use command + / in Simulator.app to open the system log in the Console app to view NSLogs. (26457535)


You can still post a radar though, maybe its something different. Im seening the same thing with NSLog, print works in swift, but NSlog doesnt in objective c

NSLog not logging anything in Xcode's output pane when simulator used.
 
 
Q