SDWebImage icon indicating copy to clipboard operation
SDWebImage copied to clipboard

No such module 'SDWebImage'

Open aksthelion opened this issue 1 year ago • 1 comments

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?

aksthelion avatar Jun 30 '24 19:06 aksthelion

I had the same issue and just fix it when changed from Swift 4.2 to Swift 5

mateustaufer avatar Jul 15 '24 04:07 mateustaufer