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 331 forks source link

Cocoapods podfile required a higher minimum deployment target #198

Closed anthonycic closed 4 years ago

anthonycic commented 4 years ago

Hi !

First, thanks for your plugin it really works fine on android.

I use the 3.0.0 version :)

But i can't run my app in IOS...

Here is the error message :

`Resolving dependencies of Podfile [!] CocoaPods could not find compatible versions for pod flutter_facebook_login: In Podfile: flutter_facebook_login (from .symlinks/plugins/flutter_facebook_login/ios)

Specs satisfying the flutter_facebook_login (from .symlinks/plugins/flutter_facebook_login/ios) dependency were found, but they required a higher minimum deployment target.`

Could you help me please ?

anthonycic commented 4 years ago

Also, with your 2.1.0 version i don't have the problem...

tuanitpro commented 4 years ago

You can try 197

anthonycic commented 4 years ago

@tuanitpro ...

Well...

It works fine for me. I do what you told in the 197, i also resolve my flutter doctor issues. Then it works well.

Thanks a lot man ! Really