ReallySmallSoftware / cordova-plugin-firebase-crashlytics

Google Firebase Crashlytics Cordova plugin
Other
33 stars 80 forks source link

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

Open francocores opened 2 years ago

francocores commented 2 years ago

'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

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 commented 2 years ago

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 commented 2 years ago

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

tamil01 commented 2 years ago

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

Yes, It worked for me.

liviuc5psolutions commented 2 years ago

@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 commented 2 years ago

@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 commented 2 years ago

@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 commented 1 year ago

@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 commented 1 year ago

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.