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

error when Swift3.1 on Linux

xc19 opened this issue · comments

commented

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

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