ITADN

Missing license in livekit-uniffi-xcframework dependency (0.0.5)

#972ClosedMarcoEidinger 创建于 2026-04-20
bug
M
MarcoEidingercommented
## Bug Description The current dependency `livekit-uniffi-xcframework` version 0.0.5 lacks a license file, creating a licensing compliance issue for projects using the LiveKit Swift SDK. ## Steps to Reproduce 1. Check the Swift Package Manager dependencies in `client-sdk-swift` 2. Observe that `livekit-uniffi-xcframework` is pinned to version 0.0.5 3. Verify that 0.0.5 has no license file ## Expected Behavior All dependencies should include proper license files for legal compliance and dependency auditing. ## Actual Behavior The `livekit-uniffi-xcframework` dependency (v0.0.5) is missing a license file. ## Solution This issue was fixed upstream in `livekit-uniffi-xcframework` version 0.0.6 (see https://github.com/livekit/livekit-uniffi-xcframework/issues/10). Updating the dependency to 0.0.6 resolves this licensing issue. Please create a new version for client-sdk-swift after updating the dependency, thanks!
关闭于 2026-05-04 2 条评论