I'm curious why use_frameworks! is required in our podfile for iOS integration.
Adding this parameter disables Flipper in the latest react-native (which is pretty important) and also breaks several other cocoapods dependencies in our project, to the point where our app does not build if rollbar is installed.
I'm curious why
use_frameworks!is required in our podfile for iOS integration.Adding this parameter disables Flipper in the latest react-native (which is pretty important) and also breaks several other cocoapods dependencies in our project, to the point where our app does not build if rollbar is installed.