gpt4 book ai didi

ios - CocoaPods UIImageView+AFNetworking.h 无法识别的选择器 setImageWithURLRequest

转载 作者:可可西里 更新时间:2023-11-01 03:23:44 26 4
gpt4 key购买 nike

我已经在 Xcode 5 上安装了 AFNetworking 2.1.0CocoaPods

//ViewController.h
#import <AFNetworking/AFNetworking.h>
#import <AFNetworking/UIImageView+AFNetworking.h>

在 UIImageview 上调用 setImageWithURLRequest 应用程序失败并显示此日志:

这是错误日志:

2014-02-07 11:55:19.984 OPS[1717:60b] *** Terminating app 
due to uncaught exception'NSInvalidArgumentException',
reason: '-[UIImageViewsetImageWithURLRequest:placeholderImage:success:failure:]:
unrecognized selector sent to instance 0x147b06d0'

我找到了一些关于这个问题的讨论,但提供的解决方案(添加 -ObjC -all_load)对我来说不起作用。

有什么想法吗?

谢谢

最佳答案

我在 Xcode 5CocoapodsAFNetworking 1.3.3 上遇到了同样的问题。

我在这个 Google 网上论坛讨论中找到了我的答案:AFNetworking unrecognized selector

Make sure your project and target settings aren't overwriting the values in the xcconfig file.

Each level should have (at least) $(inherited) to inherit the settings of the parent.

在 Build Settings 中,确保您在 Other Linker Flags 中有 $(inherited)

在我添加 $(inherited) 之前build设置(选择 Levels,而不是 Combined):

Other Linker Flags without $(inherited)

添加 $(inherited) 后build设置:

Other Linker Flags with $(inherited)

这对我来说已经解决了。

关于ios - CocoaPods UIImageView+AFNetworking.h 无法识别的选择器 setImageWithURLRequest,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21626168/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com