Xcode 8.1 beta 3 – AQDefaultDevice messages [duplicate]
A cleaner solution (than the one given by user6026720) that fixes Simulator logs without affecting Device logs is available at https://stackoverflow.com/a/39651073/1033581: Under Product > Scheme > Edit Scheme… > Run, set the OS_ACTIVITY_MODE environment variable to ${DEBUG_ACTIVITY_MODE} so it looks like this: Go to your project build settings, and click + to add a User-Defined … Read more