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:
@@ -3,7 +3,7 @@ import Capacitor
|
|||||||
import PushKit
|
import PushKit
|
||||||
import CallKit
|
import CallKit
|
||||||
import AVFoundation
|
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.
|
// Native calling for Biz Connect (iOS). Registered by `cap sync` as window.Capacitor.Plugins.NativeCall.
|
||||||
//
|
//
|
||||||
|
|||||||
Reference in New Issue
Block a user