2

I am using SDWebImage in my app and it was working quiet fine. I just updated the SDK and now I am having issues in it.

I have added the framework for all targets in my project. Still I get this error when I try to build my project.

enter image description here

I have googled it but none of the solutions were referring to my issue.

iBug
  • 2,334
  • 3
  • 32
  • 65

1 Answers1

0

You have two choices to fix this.

  • Use static library .a file. For this you will have to make fat library using this.
  • User files rather than using the framework. You can find these files in SDWebImage-master -> SDWebImage directory.

enter image description here

I personally prefer second option.

I hope this will help.

Community
  • 1
  • 1
iBug
  • 2,334
  • 3
  • 32
  • 65