Technology | Version |
---|---|
Flutter version | 3.3.7 |
Plugin version | 5.7.1 |
Android version | not relevant |
iOS version | 12.5.6 |
Xcode version | 14.1 |
Device information:
The plugin is giving lot of errors for many classes that are available only on iOS version greater than 14.0
and 14.1
. While the same was working fine in Xcode 13
. Please let me know what need to do
Expected behavior:
It should not give any error on Xcode 14
Current behavior:
The plugin does not seems working. It is giving errors in many files and on resolving them it starts to show in respective files where those classes are used.
Update the Xcode to version 14
and try to use the plugin in Flutter project. It will not allow to run the app.
I was perfectly using the plugin with Xcode 13
. But after updating to Xcode 14
it started to give the error.
Please suggest me a solution how to resolve it.
I checked again the error. Basically when we use this plugin Xcode shows error only for this plugin. But there is compatibility issues with Xcode 14 for all other plugins also. So you need to follow the below steps to fix the issue.