btmanikandan
btmanikandan

Reputation: 1931

Not able to compile the app with SDWEBIMAGE

When I try to run the app I am getting the following error

d: warning: directory not found for option '-L/Users/btmani/Desktop/MyProject/download-indicato,twitter,imageview/sewebimageview/SDWebImage-progressbar-master/Examples/../../SDWebImage-3.3.framework/Versions/A'
Undefined symbols for architecture i386:
  "_OBJC_CLASS_$_ProgressBarInfo", referenced from:
      objc-class-ref in DetailViewController.o
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

This is really creating big problem to me, and I don't know how to fix it. Please suggest me how to fix this

Thanks in advance

Upvotes: 0

Views: 304

Answers (1)

chandan
chandan

Reputation: 2453

This is a framework problem so please import ImageIO.framework. Clean your project and run it again.

if you are using SDWebImage then Update your SDWebImage framework .There are some important bug fixes for iOS 7 otherwise No Tension.

Upvotes: 1

Related Questions