Replies: 2 comments
-
This is not an issue in this module, this will be upstream - but even "upstream upstream", as BoringSSL is a transitive dependency of firebase-ios-sdk frameworks. https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh is my standard build/integration demonstrator, I would try that to prove that an automated install is not working, then I would search firebase-ios-sdk I run my build/integration demonstrator on M1 machines frequently and it works, so this is not an M1-specific issue I think, it is perhaps a machine-specific issue |
Beta Was this translation helpful? Give feedback.
-
Please check the log.txt |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm not sure this is cocoapod or firebase issue. But I'm sure it occurs on Macbook chip M1, because everything is fine on my other non-M1 devices.
First I add react native firebase packages with yarn. Then I run pod install
All packages (app, analytics, storage, remote-config, auth, functions, messaging, crashlytics) work fine except this one @react-native-firebase/firestore
The output is weird, I can't find any clue. No explicit error, it just spits out bunch of text that is way too long and not useful to post here. But there's one detail:
There must be something wrong with BorringSSL, somehow somewhere during building firestore.
I found a walkaround from Mike's post #2564 (comment)
Downloading a pre-compiled solves this, for now! I'm not sure this is a good fix.
More info here: https://github.com/invertase/firestore-ios-sdk-frameworks
I hope you guys find this helpful
Beta Was this translation helpful? Give feedback.
All reactions