You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The libevent pod conflicts with the one used by react-native when Hermes is enabled on iOS. To avoid the conflict cocoapod installs [email protected] which cause a build error. Forcing it to install 2.5.1 causes a conflict error when running pod install.
In a RN app enable hermes in the Podfile (use_react_native!(:hermes_enabled => true,)). Update pods and see version 2.5.0 of Flipper-Folly is installed instead of latest 2.5.1. In my case this also cause a build error later.
🐛 Bug Report
The libevent pod conflicts with the one used by react-native when Hermes is enabled on iOS. To avoid the conflict cocoapod installs [email protected] which cause a build error. Forcing it to install 2.5.1 causes a conflict error when running pod install.
https://github.com/facebook/flipper/blob/master/iOS/Podspecs/Flipper-Folly.podspec#L20
https://github.com/facebook/react-native/blob/master/scripts/react_native_pods.rb#L67
To Reproduce
In a RN app enable hermes in the Podfile (
use_react_native!(:hermes_enabled => true,)). Update pods and see version 2.5.0 of Flipper-Folly is installed instead of latest 2.5.1. In my case this also cause a build error later.Environment
[email protected]
react-native@2aab894acf83732591de861ee29f3ddbd25546c4