-
Notifications
You must be signed in to change notification settings - Fork 80
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
Error: 'Firebase/Firebase.h' file not found | This library is no longer maintained? #54
Comments
@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change. |
Yes, It worked for me. |
Be sure to run pod install after the changes I forked the branch and maintain it on a local branch |
Please, provide more information, version Capacitor, Ionic, screenshot error, or any other to help you. :) After change the line code on node_modules, execute -> ionic cap sync Maybe fix your error... |
You solved the issue with the last PR dated on 22/02 |
Can this PR be merged ASAP? With the new implementations and update the packages versions in the application this package breaks in the build stage |
'Firebase/Firebase.h' file not found
Steps to Reproduce the Problem
Specifications
I found temporary solution...
if replace in file "FirebaseCrashlyticsPlugin.m" the line of import: "#import <Firebase/Firebase.h>" for this "#import <FirebaseCore/FirebaseCore.h>" is work, but is bad practice, the best practice is update the code of library and promote new version with this fix.
The text was updated successfully, but these errors were encountered: