Xcode 8 no NSLog output from app

Installed Xcode 8 / iOS 10 Beta and none of the NSLog statements in my app appear in the console.

Same here. Any ideas anyone?

Obj-C or Swift?


Tried any variants on NSLog? print; printIn; Swift.print; swlog....?

Great. I mean I can understand bugs but not having the logging work? Sheesh.

Ive not had any issue building anything in xcode 8. These problems happen within the simulator so they must be soley related to xcode I would think.

I don't think this is just an iOS issue or an Xcode 8. This also shows up when running Mac apps also on Sierra using Xcode 7.3.1.


I'm switching all the relevant logging code that I **NEED** to see to Cocoa Lumberjack, which seems to be working fine.

FYI: I set `OS_ACTIVITY_MODE` to `disable` to hide crazy logging message in simulator. But it will also hide NSLog output on my iPhone SE device (print function in swift still works).

Remove the environment variable makes NSLog work again.

Thanks for that! I thought I was going crazy...

Thanks for that!

Also I've just disabled OS_ACTIVITY_MODE in scheme. It backed console output, but without any mess.

Xcode 8 no NSLog output from app
 
 
Q