Open KolissnikBogdan opened 3 years ago
@skrafft please can you help me with this error?
any fix for this?
Hi Team, Please let me know if there was a solution for this problem.
@kiranNegiloni @marcoberetta96 https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-react-native-sdk
Description: In my react-native app i have install react-native-webrtc and react-native-jitsi-meet packages, when i try to install pods, on pre install hook phase i have this error: target has frameworks with conflicting names: webrtc.xcframework
Steps to reproduce:
Expected behavior: Pods is installed
Actual behavior: Got error: target has frameworks with conflicting names: webrtc.xcframework
Server information: Jitsi Meet version: 2.0.6433-1 Operating System: macOS Monterey
Client information: Browser / app version: jitsi meet sdk 3.10.2 Operating System: IOS
Additional information: react-native-webrtc - https://github.com/nimbleape/react-native-webrtc/tree/92.2-plus-dtmf-plus-field-trial Also i tried to change react-native-webrtc packege, and use official package, but get same error
My Podfile: require_relative '../node_modules/react-native/scripts/react_native_pods' require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'
project 'TelvivaMobile', 'OneVoice.Debug' => :debug
def pods() platform :ios, '11.0' config = use_native_modules! use_react_native!( :path => config[:reactNativePath], :hermes_enabled => false ) end
target 'TelvivaMobile' do pods() end
target 'OneVoice' do pods() end