XcodeColors
XcodeColors allows you to use colors in the Xcode debugging console
XcodeColors is an Xcode plugin that adds colored output to the Xcode debugging console. It was created to make logs easier to read during development by highlighting errors, warnings, or logical sections of application output. Developers can specify exact RGB foreground and background colors from their own source code. The project supports manual escape-sequence usage, custom macros, CocoaLumberjack integration, and CleanroomLogger integration. It was built for older Xcode versions, including Xcode 3 through Xcode 7, so it is best treated as a legacy debugging utility. ...