Skip to content
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

Firebase 7.7.0 #1123

Closed
iDevelopper opened this issue Feb 27, 2021 · 4 comments
Closed

Firebase 7.7.0 #1123

iDevelopper opened this issue Feb 27, 2021 · 4 comments

Comments

@iDevelopper
Copy link

Hi,

After pod update, 7.4.0 -> 7.7.0, nothing appear in dashboard. Am I missing something?

@paulb777
Copy link
Member

Hi,

You might be running into firebase/firebase-ios-sdk#7595 for which the workaround is adding the -ObjC option to the Other Linker Flags Build Setting.

@iDevelopper
Copy link
Author

Thank you for your very quick response! It works. Can you explain why?

@paulb777
Copy link
Member

Full details in the bug link above and associated CocoaPods bug.

The short answer is that the Analytics library in Firebase 7.5.0 started using the .xcframeworks binary structure instead of the .frameworks binary structure to support development on ARM-based Macs. CocoaPods has a bug that is being fixed in its 1.10.2 release that it wasn't automatically adding the -ObjC option needed to link unreferenced symbols in Objective C libraries for .xcframeworks.

@iDevelopper
Copy link
Author

Thanks a lot!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants