skip to Main Content

Xcode – Can't build on iOS – SDWebImage: ARC Semantic Issue

I have a Flutter project that works fine on Android, but I can't run it on iOS. The build always fails. SDWebImage shows an Arc Semantic Issue. /ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m:31:40: No visible @interface for 'UIImage' declares the selector 'imageByPreparingForDisplay' /ios/Pods/SDWebImage/SDWebImage/Core/SDImageCoderHelper.m:48:40: No visible…

VIEW QUESTION
Back To Top
Search