-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Duplicate symbol errors with Firebase iOS SDK v5.5.0+ #1832
Comments
CocoaPods should ensure there is only one version of pb_common.o. I suspect the problem is from cruft in DerivedData between Firebase version updates. Does |
I am also facing the same problem. Removing DerivedData is not helping out. Here is my Pod file target 'XXX' do |
@Piramanayagamm can you please share your |
We reproduced this yesterday and the fix will be in the upcoming Firebase 5.9.0 release. Internally tracked at b/116139404 Two possible workarounds:
|
After upgrading Firebase iOS SDK from v5.4.1 to v5.5.0 or later, duplicate symbol errors make my builds fail:
I'm using Cocoapods to integrate Firebase.
use_frameworks!
is not used.From analyzing
Podfile.lock
, the dependency tree looks like:... so this seems much like a Firebase-internal problem.
Does this mean
use_frameworks!
is now required to use the SDK?If so, it would be helpful to have this mentioned in the docs and release notes.
Environment
The text was updated successfully, but these errors were encountered: