I am new to flutter. I am trying to create IOS build using VS Code and getting below 2 errors:
- ARC Semantic Issue (Xcode): No visible @interface for 'UIImage' declares the selector 'imageByPreparingForDisplay'
- ARC Semantic Issue (Xcode): No visible @interface for 'UIImage' declares the selector 'imageByPreparingThumbnailOfSize:'
Please help me to fix this. Thanks