문제

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

도움이 되었습니까?

해결책

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.

다른 팁

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"

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top