You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to use XCGLogger in Fedora 30 with swift-lang.
Get the following error:
#include "/home/admin/rss2pg/.build/checkouts/XCGLogger/Sources/ObjcExceptionBridging/include/ObjcExceptionBridging.h"
^
/home/admin/rss2pg/.build/checkouts/XCGLogger/Sources/ObjcExceptionBridging/include/ObjcExceptionBridging.h:10:9: error: 'Foundation/Foundation.h' file not found
#import <Foundation/Foundation.h>
^
/home/admin/rss2pg/.build/checkouts/XCGLogger/Sources/XCGLogger/Misc/HelperFunctions.swift:11:8: error: could not build C module 'ObjcExceptionBridging'
import ObjcExceptionBridging
^
Tried to use XCGLogger in Fedora 30 with swift-lang.
Get the following error:
XCGLogger is being installed using:
Is there a way to install using the package manager without ObjcExceptionBridging since linux does not have the Objc runtime?
Any chance of making XCGLogger work with linux using
#if
statements? Maybe#if !os(linux)
around the ObjcExceptionBridging stuff.Maybe there are other reasons this will never work and it is futile to try? If so, what reasons?
BTW
This is on
The text was updated successfully, but these errors were encountered: