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

Firebase.h file not found - iOS #53

Open
AnupDhariaMariswamy opened this issue Dec 9, 2021 · 2 comments
Open

Firebase.h file not found - iOS #53

AnupDhariaMariswamy opened this issue Dec 9, 2021 · 2 comments

Comments

@AnupDhariaMariswamy
Copy link

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

  • Plugin version: 5.37.1
  • Framework: iOS
  • Framework version:
  • Operating system: Mac OS
@rahul-chefkart
Copy link

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

@AnupDhariaMariswamy
Copy link
Author

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.

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

2 participants