Open willladislaw opened 5 years ago
Did you find solution? because I have same issue.
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.
I'm having the same issue here... have you found any solutions? (works fine on android but i get the same error on iOS).
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!
@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?
@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.
Try adding this line in Podfile platform :ios, '10.0'
Try add/uncomment this line in Podfile
platform :ios, '11.0'
Launching lib/main.dart on iPhone 11 Pro Max in debug mode... flutter: 0 Running pod install... CocoaPods' output: ↳ Preparing
Error output from CocoaPods: ↳
Error running pod install Error launching application on iPhone 11 Pro Max.
version: flutter_twitter: ^1.1.3
Info.Plist