Info | Value |
-------------------------|-------------------------------------|
Platform Name | ios
Platform Version | 11.0
CocoaLumberjack Version | 3.3.0
Integration Method | cocoapods
Xcode Version | Xcode 9.0.1
Repro rate | all the time (100%)
There is one warning in Xcode 9
Pods/CocoaLumberjack/Classes/DDOSLogger.m:19:8: 'DDOSLogger' is partial: introduced in iOS 10.0
Pods/CocoaLumberjack/Classes/DDOSLogger.m:19:20: Annotate 'sharedInstance' with an availability attribute to silence
It will be nice to fix it.
@ivulyov90
Thanks for your opening issue.
This issue should be fixed by https://github.com/CocoaLumberjack/CocoaLumberjack/pull/895 that includes some other fixes. See this commit to be more precise.
As you see, https://github.com/CocoaLumberjack/CocoaLumberjack/pull/895 has been already merged to master branch, but not released yet. I think it probably will come together with CocoaLumberjack 3.4.0.
Hey, any update on when 3.4.0 will be released? This warning has been nagging me for some time 馃槢
Yeah I'm also patiently waiting to get a fix for this warning :)
Hi guys, CocoaLumberjack 3.4.0 has been released!
@ivulyov90
Can you close this issue if you confirm it is solved?
@rivera-ernesto
Thanks for your release!
Thank you all for the contributions. Keep them coming and I'll try to make releases more often.
Cheers
@rivera-ernesto Thanks! 馃憤
Most helpful comment
@ivulyov90
Thanks for your opening issue.
This issue should be fixed by https://github.com/CocoaLumberjack/CocoaLumberjack/pull/895 that includes some other fixes. See this commit to be more precise.
As you see, https://github.com/CocoaLumberjack/CocoaLumberjack/pull/895 has been already merged to master branch, but not released yet. I think it probably will come together with CocoaLumberjack
3.4.0.