skrafft / react-native-jitsi-meet

React native wrapper for Jitsi Meet SDK
Apache License 2.0
285 stars 349 forks source link

Target has frameworks with conflicting names: webrtc.xcframework IOS #318

Open KolissnikBogdan opened 2 years ago

KolissnikBogdan commented 2 years ago

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:

  1. Open terminal
  2. type and run command: cd ios && pod install

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

KolissnikBogdan commented 2 years ago

@skrafft please can you help me with this error?

marcoberetta96 commented 2 years ago

any fix for this?

kiranNegiloni commented 11 months ago

Hi Team, Please let me know if there was a solution for this problem.

KolissnikBogdan commented 10 months ago

@kiranNegiloni @marcoberetta96 https://jitsi.github.io/handbook/docs/dev-guide/dev-guide-react-native-sdk