firebase / quickstart-ios

Firebase Quickstart Samples for iOS

Home Page:https://firebase.google.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Flutter] fatal error: 'FirebaseCore/FIRLogger.h' file not found

miamee opened this issue · comments

Cannot build on IOS simulator. The error message is below. Do we have a solution about it? Thanks!

Xcode build done. 7.6s
Failed to build iOS app
Error output from Xcode build:

** BUILD FAILED **

Xcode's output:

In file included from
/Users/liux21/Desktop/cc/flutter_application/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Installati
onsStore/FIRInstallationsStoredItem.m:19:
/Users/liux21/Desktop/cc/flutter_application/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstall
ationsLogger.h:19:9: fatal error: 'FirebaseCore/FIRLogger.h' file not found
#import <FirebaseCore/FIRLogger.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
In file included from
/Users/liux21/Desktop/cc/flutter_application/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/Installati
onsStore/FIRInstallationsStoredAuthToken.m:19:
/Users/liux21/Desktop/cc/flutter_application/ios/Pods/FirebaseInstallations/FirebaseInstallations/Source/Library/FIRInstall
ationsLogger.h:19:9: fatal error: 'FirebaseCore/FIRLogger.h' file not found
#import <FirebaseCore/FIRLogger.h>
^~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.