I'm migrating from react-native-firebase v5 to v6. When i run the app in xcode i get this error:
Please note i've tried some pointed solutions i found for this error (like adding $(inherited)
to the Framework Search Paths
but with no result.
here is a part of my dependencies:
"dependencies": {
"@babel/core": "7.7.7",
"@babel/preset-env": "7.7.7",
"@react-native-community/async-storage": "1.6.1",
"@react-native-community/netinfo": "4.4.0",
"@react-native-community/push-notification-ios": "1.0.3",
"@react-native-firebase/app": "6.3.4",
"abortcontroller-polyfill": "1.4.0",
"buffer": "5.2.1",
"i18next": "14.0.1",
"jetifier": "1.6.4",
"moment": "2.24.0",
"react": "16.8.6",
"react-i18next": "9.0.8",
"react-native": "0.60.0"