TMDebugConsole
is a simple in-app console to be used with Cocoa Lumberjack. It allows you to see your logs on the device, without needing to be paired with a debug session in XCode, using different colors for errors, warnings, and informative messages
- Include the following line in your
Podfile
:pod 'TMDebugConsole', :git => 'https://github.com/tuenti/TMDebugConsole'
- Run
pod install
- Clone, add as a submodule or download TMDebugConsole.
- Add all the files under
Classes
to your project. - Make sure your project is configured to use ARC.
The sample app uses Cocoa Lumberjack.. This dependency is managed using CocoaPods. Once you have cloned this repository, and with CocoaPods set up, please install these dependencies opening a Terminal window, changing to the Xcode project directory and running
$ pod install
Make sure to always open the Xcode workspace instead of the project file when building the sample app:
$ open TMDebugConsoleSample.xcworkspace
TMDebugConsole
was created by iOS team at Tuenti Technologies S.L..
You can follow Tuenti engineering team on Twitter @tuentieng.
TMDebugConsole
is available under the Apache License, Version 2.0. See LICENSE file for more info.