Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, v1.17.4, on Mac OS X 10.15.5 19F101, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.3)
[✓] Xcode - develop for iOS and macOS (Xcode 11.5)
[✓] Android Studio (version 4.0)
[✓] VS Code (version 1.46.1)
[!] Connected device
! No devices available
! Doctor found issues in 1 category.
\\\Error Message
** BUILD FAILED **
Xcode's output:
↳
/Users/Razi/Desktop/projects/Sayy/ios/Runner/GeneratedPluginRegistrant.m:10:9: fatal error: module 'firebase_auth' not found
@import firebase_auth;
~~~~~~~^~~~~~~~~~~~~
1 error generated.
note: Using new build system
note: Building targets in parallel
note: Planning build
note: Constructing build description
I have tried deleting Podfile/Podlock and running pod init
/ pod install
without success. Also have reviewed the GitHub repo for ios folder. Why is firebase_auth not found?
Update: I was able to eventually find a workaround by executing the following:
Flutter Clean
(in ios folder of project)Podlock
& Pod Folder
pod init
followed by pod install
seems to be an issue with the runner.xcworkspace folder and the build files needed to run builds.
I tried to follow suggested steps of executing Flutter clean
, manually removing podfile
and podfile.lock
along with Pod
related folders, executing pod install
again, etc. - nothing helped.
What helped me in the end was the following sequence:
pubspec.yaml
.pub get
in the new project.pod install
in the new project to get everything generatedpodfile
and podfile.lock
files to the old project.pod install
in the old project.Only after this sequence I was able to build the iOS project again.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With