Relative Content

Tag Archive for iosreact-nativecocoapods

CocoaPods Compatibility Issue: React-RuntimeHermes Pod not Found

I’m working on a React Native project using version 0.75.4 and have encountered a problem while trying to set up CocoaPods. When I run pod install, I receive the following error message:
CocoaPods could not find compatible versions for pod “React-RuntimeHermes”:

React native pod file use_modular_headers! throwing Redefinition of module ‘ReactCommon’ error

I have created a sample react native project npx react-native init MyNewProject I added pod dependency in ios pod file I added use_modular_headers! Getting error as Redefinition of module ‘ReactCommon’ error in xcode project in vs code getting below error enter image description here target ‘MyNewProject’ do config = use_native_modules! use_react_native!( :path => config[:reactNativePath], # […]