'Firebase/Firebase.h' file not found
Steps to Reproduce the Problem
- Follow the guide for installation in Ionic with Capacitor
- Try to build the project in Xcode
- 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.
