CocoaPods UIImageView+AFNetworking.h unrecognized selector setImageWithURLRequest

前端 未结 3 1969
梦谈多话
梦谈多话 2021-02-09 08:20

I have installed AFNetworking 2.1.0 with CocoaPods on Xcode 5.

//ViewController.h
#import 
#         


        
3条回答
  •  情书的邮戳
    2021-02-09 08:57

    Check the PodFile. May be it is setting the instlalation "pod 'AFNetworking', '~> 3.0'" for another target.

提交回复
热议问题