IOS非同步圖片載入SDWebImage的使用時遇到file not found和Symbol Not Found: _objc_storeStrong

來源:互聯網
上載者:User

今天用到IOS非同步圖片載入,找到網上大家說的SDWebImage,參考以前大家寫的一些部落格,搞了半天都沒有搞定,哎,其實github上的readme已經寫得很清楚了,只是自己沒有看仔細。

說下我遇到的問題吧:首先我下載了SDWebImage.framework,然後拖到了工程中,然後:

#import "UIImageView+WebCache.h"

死活import不進啊,提示"UIImageView+WebCache.h file not found"

然後在網上找各種方法search header path什麼的都不管用,就是不行,結果仔細一看,最新版本的SDWebImage需要import的不是上面那一句了,需要:

#import<SDWebImage/UIImageView+WebCache.h>

然後build,一切OK。

另外一個問題就是:

Symbol Not Found: _objc_storeStrong

是因為我在no arc項目中引用了arc 的SDWebImage,更改一下: Build Settings->Other Linker
Flags 添加 -fobjc-arc.

其它有關SDWebImage使用和下載請到:SDWebImage 
 具體用法看最新的readMe.

相關文章

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.