-
Notifications
You must be signed in to change notification settings - Fork 73
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error while running in iOS with the latest flutter SDK 1.22.1 #9
Comments
You need to update your app for iOS 9.0 minimum. This was a recent change in flutter and is now the minimum supported version. |
Thanks for the quick response.. |
The error |
I downloaded the package source code and set the platform version of the package to 9.0 and it got fixed. |
Ah I see now you're right! ok let me patch it. |
okay.. thanks.. |
Just published 0.3.11 to fix this. |
Getting the below error in iOS
error: compiling for iOS 8.0, but module 'PhoneNumberKit' has a minimum deployment target of iOS 9.0: .....PhoneNumberKit/PhoneNumberKit.framework/Modules/PhoneNumberKit.swiftmodule/arm64-apple-ios.swiftmodule
import PhoneNumberKit
^
The text was updated successfully, but these errors were encountered: