-
Notifications
You must be signed in to change notification settings - Fork 340
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
[Bug]: iOS Compilation error with version 0.14.2 after enforcing minimal iOS platform ver to 11.0 #156
Comments
Same problem here, but I'm using:
I don't think the target version is related but the type param:
|
I agree, but I'm not sure why this error came up along with the minimal iOS version change. (Build was working fine up to that point) |
@RicardoRB You are welcome to try:
If it works, I will issue a PR. |
Did it work for you? It seems like the right answer, but I don't know if now I can send a string, and it would be converted as AppEvents.ParameterName |
It should work, I'm testing it |
It worked to me 👌 |
👍 |
Is there an existing issue for this?
Current Behavior
I have changed the minimal iOS platform to 11.0 in my
Podfile
:Also updated the minimal deployment version in Xcode.
When building the project, I'm getting the following error messages:
Expected Behavior
Build should be successful.
Steps To Reproduce
Using Xcode 13.1, flutter version 2.5.3:
Platform
iOS
Flutter Doctor
The text was updated successfully, but these errors were encountered: