0

I am not able to use SDWebImage on my ios 4.2 app,the current SDWebImage library is for ios5.0 ARC i think.

Please help is there any version to support iOS 4.2enter image description here

user2136
  • 791
  • 1
  • 11
  • 26

2 Answers2

0

From the SDWebImage GitHub, "you may choose the non ARC target if you want to support iOS <3". So deployment target is not the problem at all.

Natan R.
  • 5,141
  • 1
  • 31
  • 48
  • yes i can see it, but i am not sure how to add SDWEbimage non arc version inside Xcode 3.2.5 version.Thanks for the reply – user2136 Jul 25 '12 at 09:32
  • Are you sure you are using the non-ARC version? – Natan R. Jul 25 '12 at 10:22
  • pls refer the image i have enclosed now, the image shows how to include the non arc version on xocde 4.3.1 but i am not sure how to include the non arc version on my xocde which is 3.2.5 version.pls let me know – user2136 Jul 25 '12 at 10:27
0

In your screenshot, make sure you added "SDWebImage", not "SDWebImage ARC". Then when you add to the "Link Binaries With Libraries" make sure you add "libSDWebImage.a" not "libSDWebImageARC.a"

Billy Shih
  • 624
  • 6
  • 17