Hello, I'm trying to use the <https://github.com/s...
# ios
r
Hello, I'm trying to use the https://github.com/shepeliev/webrtc-kmp, but when I'm trying to build
iosApp
I have a bunch of error. Especially with the Podfile, the task say add header, I add it, but same error after
Copy code
Please, check that podfile contains following lines in header:
        source '<https://cdn.cocoapods.org>'

        Please, check that each target depended on shared contains following dependencies:
        pod 'WebRTC-SDK'
Podfile
Copy code
source '<https://cdn.cocoapods.org>'

platform :ios

target 'iosApp' do
  use_frameworks!
  pod 'shared', :path => '../shared'
  pod 'WebRTC-SDK'
  pod 'composeApp', :path => '/Users/xxx/Documents/Project/xxx-kmp/composeApp'
end