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
2
Answers
May be if you are using file_picker or any other flutter dependencies related to UIImage then you can update those to latest version
Solution is presented in this link.