September 19, 2016 Andrey

How to hide strange unwanted Xcode 8 logs

Running app in the simulator in a new shine xcode 8 noticed that there are a lot of extra information that is coming from the logs.
To disable it and see regular logs do the following:
1. Click on your project name and select “Edit Scheme”
2. Add environment variable OS_ACTIVITY_MODE and set it to “disable”
screen-shot-2016-09-19-at-5-07-53-pm

Woooo, your logs should be clean now!

,