你好,歡迎來到IOS教程網

 Ios教程網 >> IOS使用技巧 >> IOS7技巧 >> Xcode6編譯SDWebImage報錯解決方法

Xcode6編譯SDWebImage報錯解決方法

編輯:IOS7技巧
SDWebImage是iphone的一個第三方框架了,小編在使用SDWebImage時碰到了SDWebImageDownloaderOperation.m錯誤了,下面我們來看解決辦法。

報錯:

Use of undeclared identifier '_executing';
Use of undeclared identifier '_finished';

解決方法:

在SDWebImageDownloaderOperation類的實現中@implementation SDWebImageDownloaderOperation{...}下面添加:

@synthesize executing = _executing;
@synthesize finished = _finished;

  1. 上一頁:
  2. 下一頁:
蘋果刷機越獄教程| IOS教程問題解答| IOS技巧綜合| IOS7技巧| IOS8教程
Copyright © Ios教程網 All Rights Reserved