-
-
Notifications
You must be signed in to change notification settings - Fork 474
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS build error : FirebaseFirestore ld: symbol(s) not found for architecture arm64 #782
Comments
I can reproduce this issue if I set It seems there is an issue with the pre-compiled Firestore pod for Firebase SDK v10: invertase/firestore-ios-sdk-frameworks#62 The workaround in the meantime is to set |
@dpa99c Thanks ! I have tried without precompiled Firestore pod, and I'm now getting this error :
I've seen this issue that pertain to this : firebase/firebase-ios-sdk#4537 |
I'm not getting this error building the example project - I presume you are getting this error building your own project rather than the example project? From the issues you've linked below, I understand the problem there is that Here's the |
Here is a diff betwen our Podfile.lock : there is no difference on Pods pertaining to Firebase Here is my Podfile.lock : Podfile.lock |
OK I think there is a conflict on header "utility.h" brought by Curve25519 :
And indeed I find files :
|
I edited the header include to point to the correct one. My build went from 18min to 32min ;) But it's now building ok ! Thanks @dpa99c |
Hopefully there's a possibility of a solution in the pre-built Firestore repo to fix it for Cordova builds too |
Hello @dpa99c |
I was running into this, and discovered that I can still use see the PR linked from this comment invertase/firestore-ios-sdk-frameworks#62 (comment) |
Current behavior:
I am currently trying to update to version 15.0.0-cli and Xcode 14.1.x, on macOS 13.0 (Ventura)
I'm getting a build error on iOS (Android builds fine)
Environment information
iOS build issue:
Console output
I'm getting this error during iOS build :
The text was updated successfully, but these errors were encountered: