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

FirebaseCoreInternal.h' file not found Error happened. #9

Closed
kode-soar opened this issue Dec 17, 2020 · 2 comments
Closed

FirebaseCoreInternal.h' file not found Error happened. #9

kode-soar opened this issue Dec 17, 2020 · 2 comments

Comments

@kode-soar
Copy link

/Users/****/****/ios/Pods/FirebaseStorage/FirebaseStorage/Sources/FIRStorageReference.m:34:9: fatal error: 'FirebaseCore/Sources/Private/FirebaseCoreInternal.h' file not found
#import "FirebaseCore/Sources/Private/FirebaseCoreInternal.h"

I used this package in the app I'm making, and the error above appeared.
Just in case, I tried to build example's code in the repository, but the same error occurred.
How can we solve this?

@Rodiii
Copy link
Owner

Rodiii commented Dec 17, 2020

Hi @kode-soar, could you please upload a full stack trace?
Maybe a „pod upgrade“ within the iOS directory could help. I will have a further look on that this weekend.

@kode-soar
Copy link
Author

Thank you.
pod deintegrate
pod cache clean --all
pod install

work well!

Sorry :D

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