-
CocoaPods should be usable for companies that want to distribute binary builds (for the purpose of keeping the source private) of their pods directly, while still maintaining the dependency resolution…
-
The test project from https://github.com/robbiehanson/XcodeColors works just fine but when I try from lumberjack
```
[DDLog addLogger:[DDTTYLogger sharedInstance] withLogLevel:LOG_LEVEL_DEBUG];
[[DD…
-
I created a Command line app and added CocoaLumberjack using CocoaPods and I can't get it to print to ASL or TTY.
vjpr updated
10 years ago
-
Hi,
We encountered a crash in the init method of DDLog.m when using the CocoaLumberjack proj (as a submodule and letting the proj compile in our library).
In the following code:
``` objective-c
if …
-
Just had an app crash, traced back eventually to someone building CocoaLumberjack without ARC.
The #pragma warning was there, but the project was inherited from another team, full of warnings (and I …
-
I'm using Xcode 5.1.1 and I've got XcodeColors working nicely when I'm building in the simulator. Whenever I'm building on an iOS device, the output will only appear with black text and a white backgr…
cnoon updated
10 years ago
-
Issue posted by @michaelbeaton as comment to https://github.com/CocoaLumberjack/CocoaLumberjack/commit/6fa2b6f993a951d641944a1416764bd439bca29d
Hi,
Not sure if this is the correct place to raise th…
dvor updated
10 years ago
-
When running from Bamboo I get the following error
``` text
▸ Copying Kombie/Resources/Fonts/Gotham/GothamRnd-MedItal.otf
27-Jan-2015 11:31:40 /Library/Ruby/Gems/2.0.0/gems/xcpretty-0.1.7/lib/xcpr…
-
Yesterday I filed an issue (#271) regarding my DDLogDebug not printing out. After some further investigation this morning, it was a relatively simple fix. I had been using an old version of Lumberjack…
-
It would be nice to get read access to the loggers you add to DDLog.
This would enable you to access the fileLogger and especially its logFileManager.
PSchu updated
10 years ago