Closed Dart-Sudarshanan closed 2 years ago
Hi @Dart-Sudarshanan ,
Did you find a solution to this? I am facing the same issue
Hi,
Yes I cleared it with a plugin cocoapods-user-defined-build-types.
This issue comes when we use use_framework, it will consider all library as static. So this issue is occurred for me.
To specify build types to library without using use_framework I used this plugin cocoapods-user-defined-build-types.
Place this top of the Podfile:
plugin 'cocoapods-user-defined-build-types' enable_user_defined_build_types!
eg library, pod 'react-native-twilio-video-webrtc', path: '../node_modules/react-native-twilio-video-webrtc' pod 'Firebase/Core', :build_type => :static_framework
Steps to reproduce
Expected behaviour
Expected build to be successful.
Actual behaviour
I'm getting this error while running the iOS app
Environment
react-native-twilio-video-webrtc
Version: npm version or "master"