Open francocores opened 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.
@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.
@tamil01 Did the above change work with you? I'm getting FirebaseCore file not found after the change.
Yes, It worked for me.
@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
@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...
@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
@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
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.
this works for me.
'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.