roughike / flutter_facebook_login

A Flutter plugin for allowing users to authenticate with native Android & iOS Facebook login SDKs.
BSD 2-Clause "Simplified" License
405 stars 330 forks source link

ios build failed due to "no podspec found" #297

Open gorillatapstudio opened 3 years ago

gorillatapstudio commented 3 years ago

when i tried to build my app for iOS, it showed:

No podspec found for flutter_facebook_login_with_web in .symlinks/plugins/flutter_facebook_login_with_web/ios

However, when I use flutter_facebook_login, it worked. I am wondering if we need to change the pod spec name to flutter_facebook_login_with_web?