CATEGORIES
>>
Dart(2)
>>
Errors(5)
>>
Android(11)
>>
Errors(1)
>>
Errors(2)
>>
Windows 8(3)
>>
iPhone7(1)
>>
Errors(4)
>>
Html(1)
RECOMMENDED SITES
Flutter FirebaseCore/FirebaseCore.h file not found
Flutter on MacOS
Error Desc 1: "fatal error: 'FirebaseCore/FirebaseCore.h' file not found"
Error Desc 2: "fatal error: 'FirebaseCore/FIRApp.h' file not found"
Fix
1- Open Terminal on MAC
2- Run rm -rf ~/Library/Developer/Xcode/DerivedData/
3- Select flutter ios folder cd /Users/enginatalay/Desktop/my_project_path/ios/
4- Run pod deintegrate
5- Run pod cache clean --all
6- Run pod install
Then wait for all Downloading dependencies...
Then completed.
Error Desc 1: "fatal error: 'FirebaseCore/FirebaseCore.h' file not found"
Error Desc 2: "fatal error: 'FirebaseCore/FIRApp.h' file not found"
Fix
1- Open Terminal on MAC
2- Run rm -rf ~/Library/Developer/Xcode/DerivedData/
3- Select flutter ios folder cd /Users/enginatalay/Desktop/my_project_path/ios/
4- Run pod deintegrate
5- Run pod cache clean --all
6- Run pod install
Then wait for all Downloading dependencies...
Then completed.
Author: Engin ATALAY
Date: 24.01.2021 20:53:55
View Count: 4247
COMMENTS
Gagab
11
Ekim
2021
15:28
Getting issue still on MAC m1 chip.
Renato
6
Nisan
2021
20:22
It didn´t work for me. Same issue, FirebaseCore/FirebaseCore.h' file not found