ibireme/YYImage

AssetsLibrary and MobileCoreservices deprecation warnings in Xcode 11.4

alex-vasenin opened this issue · 2 comments

Having installed YYImage with Cocoa Pods produces the following warnings in Xcode 11.4 beta, that are shown despite having inhibit_all_warnings! in Podfile:

Target Integrity
AssetsLibrary is deprecated. Consider migrating to Photos instead.
MobileCoreServices has been renamed. Use CoreServices instead.

It looks like there is no way to turn them off which is very annoying for those who stick to zero-warnings policy. Please fix!

You may try my fork: ElfSundae#2