Crashlytics installation #5691
Replies: 1 comment
-
Hi there! The problem you have is also with RNOpenSettings, it's not specific to react-native-firebase, so what you have is a general iOS compilation issue, not a react-native-firebase issue, and posting here will get you limited help, vs perhaps stack overflow, where there is more information about the problem. I also had a similar problem, and stack overflow is where I got my answers. You need to constrain the architectures allowed for your build. We do the same here for our build to work successfully, example: react-native-firebase/tests/ios/Podfile Lines 54 to 55 in 90b4d70 Then during the build itself (so it works on Apple Sillicon or Intel Macs) react-native-firebase/tests/package.json Line 60 in 90b4d70 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone !
I tried to to install


@react-native-firebase/crashlytics
but I got error in xCode. Maybe something had this problem before and can help to solve it ?My app is using expo bare workflow *
Beta Was this translation helpful? Give feedback.
All reactions