-
Notifications
You must be signed in to change notification settings - Fork 145
Description
Is your feature request related to a problem? Please describe.
I am trying to add the Livekit iOS SDK into my iOS SDK. When I am trying to generate the XCFramework I am getting error for @inlinable from swift-log library. I am using BUILD_LIBRARY_FOR_DISTRIBUTION=YES when compiling the XCFramework.
Describe the solution you'd like
If you can provide me the XCFramework which I can add it using swift package manager or just copy in my SDK it will be very helpful.
Describe alternatives you've considered
I tried to take a fork and used the fork for swift-log library as well. But unfortunately when I am trying to compile the XCframework I am keep getting different different errors. Already trying to fix those errors from last 6 hours but every time keep getting new errors.
Additional context
We are building closed source SDK and distributing the SDK using swift package manager.