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.
MIT License
3.94k stars 477 forks source link

error when Swift3.1 on Linux #214

Open xc19 opened 7 years ago

xc19 commented 7 years ago

build will error when Swift3.1 on Linux

error info: Fetching https://github.com/DaveWoodCom/XCGLogger.git Cloning https://github.com/DaveWoodCom/XCGLogger.git Resolving https://github.com/DaveWoodCom/XCGLogger.git at 5.0.1 Compile ObjcExceptionBridging ObjectiveCMarker.m error: -fobjc-arc is not supported on platforms using the legacy runtime

:0: error: build had 1 command failures
DaveWoodCom commented 7 years ago

I'm not sure we can support Linux directly. I'd have to look into it at some point.