Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/115.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ios SDWebImage ARM 64问题_Ios_Objective C_Xcode6_Sdwebimage - Fatal编程技术网

Ios SDWebImage ARM 64问题

Ios SDWebImage ARM 64问题,ios,objective-c,xcode6,sdwebimage,Ios,Objective C,Xcode6,Sdwebimage,我在我的项目中使用SDWebImage已经有一段时间了,它工作得很好。直到最近我升级到Xcode 6.0.1,突然之间,一切都变得一团糟。每次,我都尝试调用该方法: UIImageView setImageWithURL:Placeholder图像 我正在将无法识别的选择器发送到实例崩溃。我在谷歌上搜索了一下,我能找到的唯一解决办法是,这反过来让我找到了答案。现在,不管iphone5s与否,它每次都会崩溃。以下是我的项目的相关设置: 你知道我在这里遗漏了什么吗

我在我的项目中使用SDWebImage已经有一段时间了,它工作得很好。直到最近我升级到Xcode 6.0.1,突然之间,一切都变得一团糟。每次,我都尝试调用该方法:
UIImageView setImageWithURL:Placeholder图像

我正在将无法识别的选择器发送到实例崩溃。我在谷歌上搜索了一下,我能找到的唯一解决办法是,这反过来让我找到了答案。现在,不管iphone5s与否,它每次都会崩溃。以下是我的项目的相关设置:

你知道我在这里遗漏了什么吗