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

Error: 'Firebase/Firebase.h' file not found | This library is no longer maintained? #54

Open
francocores opened this issue Feb 22, 2022 · 8 comments

Comments

@francocores
Copy link

'Firebase/Firebase.h' file not found

Steps to Reproduce the Problem

  1. Follow the guide for installation in Ionic with Capacitor
  2. Try to build the project in Xcode
  3. Error build

Specifications

  • Plugin version: 1.2.0
  • Framework: Capacitor
  • Framework version: 3.2.5
  • Operating system: iOS

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.

MicrosoftTeams-image (34)

@tamil01
Copy link

tamil01 commented Mar 21, 2022

Any update on this issue fix?
Looks to be a simple change to fix the issue?. It would be helpful if this is updated ASAP and merge into main branch.
image

@PeterHdd
Copy link

PeterHdd commented Jun 9, 2022

@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.

@tamil01
Copy link

tamil01 commented Jun 10, 2022

@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.

Yes, It worked for me.

@liviuc5psolutions
Copy link

liviuc5psolutions commented Aug 24, 2022

@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.

Be sure to run pod install after the changes

I forked the branch and maintain it on a local branch

@francocores
Copy link
Author

francocores commented Sep 14, 2022

@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.

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...

@liviuc5psolutions
Copy link

@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.

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

@tamilselvanmariappan
Copy link

@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.

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

@LuisUcla
Copy link

LuisUcla commented Mar 3, 2023

Any update on this issue fix? Looks to be a simple change to fix the issue?. It would be helpful if this is updated ASAP and merge into main branch. image

this works for me.

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

6 participants