DaveWoodCom / XCGLogger

A debug log framework for use in Swift projects. Allows you to log details to the console (and optionally a file), just like you would have with NSLog() or print(), but with additional information, such as the date, function name, filename and line number.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iOS12 compiler will report an error

yangshenglou opened this issue · comments

First of all, thank you for providing this library.
On iOS12, your library compilation will report an error, because you have used the abandoned method, I hope you update as soon as possible to support iOS12, thank you

@yangshenglou when you see an error please provide it
For me it compile using Xcode 10.1, swift 4.2

Please close the issue if it works

@yangshenglou please close if there is no more question