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

'FirebaseUI/FirebaseUI.h' file not found #38

Closed
Saulenco opened this issue Nov 22, 2021 · 3 comments
Closed

'FirebaseUI/FirebaseUI.h' file not found #38

Saulenco opened this issue Nov 22, 2021 · 3 comments

Comments

@Saulenco
Copy link

after npm install, and pod install i getting this error also the library not found for -lFBSDKLoginKit
Screenshot 2021-11-22 at 10 12 43

i have added to my podFile

  pod 'FirebaseUI'
  pod 'FBSDKCoreKit', :modular_headers => true

and after pod install the frameworks are installed

Installing FirebaseUI (4.1.1)
Installing FBSDKCoreKit 12.1.0

but there are not visible in my project.

i have removed all modules and package-lock, pods and reinstall it again, but no success.
What should i do next to make it work?

@oijusti
Copy link
Owner

oijusti commented Nov 30, 2021

Hi, let me try to replicate this error...

@oijusti
Copy link
Owner

oijusti commented Jan 17, 2022

Hey @Saulenco, did you solve this issue?
I see you have an old version of FirebaseUI (4.1.1).
The example in this repo uses the following versions, so it should work if you can install them.

pod 'Firebase/Analytics', '~>8.6.0'
pod 'FirebaseUI', '~>12.0.2'
pod 'FBSDKCoreKit', '~>11.2.1', :modular_headers => true

@fabyeah
Copy link

fabyeah commented Mar 30, 2023

@Saulenco were you able to solve this? I have a similar problem #55

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

3 participants