Search code examples
iosxcodecocoapodssdwebimage

no such module SDImageView


This error appears after one of "pod update" calls.

I've already tried:

  • Completely remove all CocoaPods-related files and dirs
  • Restart XCode

I'm sure that I'm opening Workspace instead of project (there's no errors for SwiftyJson).

Pods framework is added to "Link with":

enter image description here

Error message:

enter image description here

Files listing:

$ ls Pods/SDWebImage/
LICENSE     README.md   SDWebImage

XCode version is 7.3.1, OS X 10.11.


Solution

  • So, the problem was solved by calling

    pod deintegrate

    removing xcworkspace and reinstalling pods.