UIImageView | unrecognized selector sent to instance | Xcode 6.4 | iOS 8.4

前端 未结 4 687
一个人的身影
一个人的身影 2021-01-16 13:10

I\'m new at Xcode, and my task was to migrate the code from iOS 6.1 to 8.4, but there where so many deprecated methods. I solved them (I hope so), but now I

4条回答
  •  醉话见心
    2021-01-16 13:38

    By the Collaborator ofSDWebImage

    See https://github.com/rs/SDWebImage#add-linker-flag. Correctly setting the flags should take care of the issue. BTW: I strongly recommend you guys switch to CocoaPods, that way those issues will never arise.

提交回复
热议问题