-
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
<Firebase/Firebase.h> not found #40
Comments
Any update on this issue please? |
Sorry - I haven't had a lot of time to look yet |
This was an issue for me too with I've just changed this line in |
If I use #import <FirebaseCore/FirebaseCore.h>, new error appears, in the next line: |
same for me fixed by adding what suggested by @tomspee . |
What helped me was to install |
Hi All |
It looks like the old firebase Crashlytics API is being used, because when I look in the plugin.xml file I see that the old POD references are being used. I would suggest not to use this plugin for IOS devices, or you can try to upgrade it yourself: |
After following the @tomspee suggestion I got the following error:
|
At app level in Podfile at the end be sure to have this
|
Expected Behavior
XCode should run all functionalities.
Actual Behavior
XCode can not find <Firebase/Firebase.h>
Steps to Reproduce the Problem
Install cordova-plugin-firebase-crashlytics
Specifications
Plugin version:
Framework:
The text was updated successfully, but these errors were encountered: