GithubHelp home page GithubHelp logo

Specs satisfying the `flutter_twitter (from `.symlinks/plugins/flutter_twitter/ios`)` dependency were found, but they required a higher minimum deployment target. about flutter_twitter_login HOT 8 OPEN

roughike avatar roughike commented on May 17, 2024
Specs satisfying the `flutter_twitter (from `.symlinks/plugins/flutter_twitter/ios`)` dependency were found, but they required a higher minimum deployment target.

from flutter_twitter_login.

Comments (8)

scnctech avatar scnctech commented on May 17, 2024 13

So I was looking at the code and they ask for a minimun deployment target of iOS 10.1...
If you set the target to 10.1 it works fine!

from flutter_twitter_login.

NimaSoroush avatar NimaSoroush commented on May 17, 2024 5

Try add/uncomment this line in Podfile

platform :ios, '11.0'

from flutter_twitter_login.

dannyhyatt avatar dannyhyatt commented on May 17, 2024 2

@scnctech Disclaimer: I don't have a Mac, I use codemagic.io for builds. I've tried changing the target in the AppFrameworkInfo.plist to this

<key>MinimumOSVersion</key>
<string>12.0</string>

And I've also tried adding this line to Release.xcconfig:

IPHONEOS_DEPLOYMENT_TARGET = 11.0

Could you tell me how you changed the version?

from flutter_twitter_login.

dmakwt avatar dmakwt commented on May 17, 2024

Did you find solution? because I have same issue.

from flutter_twitter_login.

willladislaw avatar willladislaw commented on May 17, 2024

Did you find solution? because I have same issue.

Lack of commits leads me to think this plugin is no longer maintained and is now out of date.

from flutter_twitter_login.

scnctech avatar scnctech commented on May 17, 2024

I'm having the same issue here... have you found any solutions? (works fine on android but i get the same error on iOS).

from flutter_twitter_login.

scnctech avatar scnctech commented on May 17, 2024

@dannyhyatt So I did it through XCode on a mac. There is a setting in the app properties to set the minimun deployment target and it has a dropdown menu to choose one. I wouldn't know how to do it through a file, sorry.

from flutter_twitter_login.

canthelou-xyz avatar canthelou-xyz commented on May 17, 2024

Try adding this line in Podfile
platform :ios, '10.0'

from flutter_twitter_login.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.