SDWebImage
SDWebImage copied to clipboard
No such module 'SDWebImage'
Platform Name ios 12 Integration Method cocoapods Xcode Version Xcode 14.2 cocopods version 1.15.2
I can't build my project as I'm getting error: No such module 'SDWebImage'
Podfile
platform :ios, '12.0'
target 'MyProject' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!
# Pods
pod 'SDWebImage'
end
I've searched and applied all the solution I could find but can't get it working.
How do we fix this issue?
I had the same issue and just fix it when changed from Swift 4.2 to Swift 5