This is the error when I try to run ios app.
[!] CocoaPods could not find compatible versions for pod "FBSDKLoginKit":
In Podfile:
flutter_facebook_auth (from `.symlinks/plugins/flutter_facebook_auth/ios`) was resolved to 0.3.1, which depends on
FBSDKLoginKit (~> 7.1.0)
flutter_facebook_login (from `.symlinks/plugins/flutter_facebook_login/ios`) was resolved to 0.0.1, which depends on
FBSDKLoginKit (~> 5.5)
and I have done some research and show some article saying to do flutter clean and deleting podfile and then rerunning. But that didn't save me. Anyone know to bypass this.