We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This library is used inside a cli library, and it's not possible to compile this library because APIKit doesn't compile on Linux
APIKit
It's possible to add this lines ?
#if canImport(FoundationNetworking) import FoundationNetworking #endif
it's sames that is not suffisent
OBJC_ASSOCIATION_RETAIN_NONATOMIC cause a failure objc_getAssociatedObject objc_setAssociatedObject CFURLCreateStringByReplacingPercentEscapes CFString UTTypeCopyPreferredTagWithClass kUTTagClassMIMEType`` UTTypeCreatePreferredIdentifierForTag kUTTagClassFilenameExtension`
OBJC_ASSOCIATION_RETAIN_NONATOMIC
objc_getAssociatedObject
objc_setAssociatedObject
CFURLCreateStringByReplacingPercentEscapes
CFString
UTTypeCopyPreferredTagWithClass
kUTTagClassMIMEType``
maybe many other objc calls and constants
Other possibilities, is to use dependency inversion in some cases, to split parts
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
This library is used inside a cli library, and it's not possible to compile this library because
APIKit
doesn't compile on LinuxIt's possible to add this lines ?
it's sames that is not suffisent
OBJC_ASSOCIATION_RETAIN_NONATOMIC
cause a failureobjc_getAssociatedObject
objc_setAssociatedObject
CFURLCreateStringByReplacingPercentEscapes
CFString
UTTypeCopyPreferredTagWithClass
kUTTagClassMIMEType``
UTTypeCreatePreferredIdentifierForTagmaybe many other objc calls and constants
Other possibilities, is to use dependency inversion in some cases, to split parts
The text was updated successfully, but these errors were encountered: