ReallySmallSoftware / cordova-plugin-firebase-crashlytics

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

Firebase.h file not found - iOS #53

Open AnupDhariaMariswamy opened 2 years ago

AnupDhariaMariswamy commented 2 years ago

Expected Behavior

Expected to build on the iOS emulator

Actual Behavior

Throws a build error, Firebase/Firebase.h file not found

Steps to Reproduce the Problem

Error on build

Specifications

rahul-chefkart commented 2 years ago

Facing the same issue @AnupDhariaMariswamy Have you find anything to resolve the issue?

AnupDhariaMariswamy commented 2 years ago

If you replace #import <Firebase/Firebase.h> to #import <FirebaseCore/FirebaseCore.h> it will work. But, it' s one of the files from the npm package, so it works locally, but not on prod. I couldn't find a way to handle it during the deployment.