Error while buiding a Swift UI project:
error build: Cannot find 'SDImageWebPCoder' in scopeThe solution is to add the following import:
import SDWebImageWebPCoderMake sure you have add the SDImageWebPCoder package to make use of that import
Error while buiding a Swift UI project:
error build: Cannot find 'SDImageWebPCoder' in scopeThe solution is to add the following import:
import SDWebImageWebPCoderMake sure you have add the SDImageWebPCoder package to make use of that import