This is a bug with logs in Xcode8 + iOS10.
We can get round it in this way:
When on simulator, add the Name OS_ACTIVITY_MODE and the Value
Variables disable and check it (Product -> Scheme -> Edit Scheme -> Run -> Arguments -> Environment).

When on device, only add OS_ACTIVITY_MODE and check it(don’t add the Value). You’ll see the NSLog in the Xcode8 Console.
