Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Module 'flutter_facebook_login' not found

I'm using the flutter_facebook_login package and I got this error message:

"Module 'flutter_facebook_login' not found"

in the GeneratedPluginRegistrant.m file in iOS.

is there anyone faced this issue? Any help would be appreciated.

Thank you.

like image 861
azim vaziri Avatar asked Mar 09 '26 16:03

azim vaziri


1 Answers

Verify that you are using Runner.xcworkspace and not Runner.xcodeproj

flutter clean
flutter pub get
cd ios
pod install

https://github.com/flutter/flutter/issues/41033#issuecomment-534604875

like image 141
Luisfayre Avatar answered Mar 11 '26 05:03

Luisfayre



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!