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

Crash on Linux #314

Open bordunosp opened 3 years ago

bordunosp commented 3 years ago

Swift: 5.3.3 XCGLogger: 7.0.1

<module-includes>:1:10: note: in file included from <module-includes>:1:
#include ".build/checkouts/XCGLogger/Sources/ObjcExceptionBridging/include/ObjcExceptionBridging.h"
         ^
.build/checkouts/XCGLogger/Sources/ObjcExceptionBridging/include/ObjcExceptionBridging.h:10:9: error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
        ^
.build/checkouts/XCGLogger/Sources/XCGLogger/Misc/HelperFunctions.swift:11:8: error: could not build C module 'ObjcExceptionBridging'
import ObjcExceptionBridging
       ^
[8/1246] Compiling v3_utl.c
Makefile:7: recipe for target 'server_build' failed
make: *** [server_build] Error 1