简体   繁体   中英

iOS 4.2 - SDWebImage

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.2 在此处输入图片说明

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"

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM