Month: September 2016

  • Turn off excessive logging in Xcode 8

    Xcode 8 shows lots of logging message in the console window when you run the app. If you have any print statement in your app module then it can easily get lost in these warning messages. One of the solution to avoid this excessive logging is to add a property under enviromental variable section. Navigate…