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":
I have attempted to resolve the issue by updating the minimum iOS version to 12.0 and reinstalling the pods, but unfortunately, the problem persists.
Could anyone provide guidance on how to resolve this compatibility issue? Are there specific versions of React Native and Hermes that are known to work well together?