fix(ios): import LiveKitClient (the CocoaPod module name), not LiveKit

Build error 'unable to resolve module dependency: LiveKit' — the LiveKitClient pod
sets no module_name, so CocoaPods names the module after the pod (LiveKitClient). The
SDK compiled/linked fine; only the import statement was wrong. Types (Room, etc.)
unchanged.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 16:47:39 +05:30
parent e60e80e4bd
commit 3ac5b6e7bd
@@ -3,7 +3,7 @@ import Capacitor
import PushKit
import CallKit
import AVFoundation
import LiveKit
import LiveKitClient // the CocoaPod is 'LiveKitClient' (no module_name), so the Swift module is LiveKitClient NOT LiveKit
// Native calling for Biz Connect (iOS). Registered by `cap sync` as window.Capacitor.Plugins.NativeCall.
//