Raphael TEYSSANDIER
07/08/2024, 1:50 PMiosApp
I have a bunch of error. Especially with the Podfile, the task say add header, I add it, but same error after
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
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