I just upgraded my XCode to version 15. When I try to return Provider with computed property, it gave me the error below;
Argument type 'ImageResource' does not conform to expected type 'Resource'
Is there any possibility that you update library compatible with new versions.
Regards.
Just update the pod, provider is now not valid.
You just need to replace "ImageResource" with "Kingfisher.ImageResource" wherever the editor says you have an error. No need to do anything else, it should now build as it did before the Xcode update.