ibireme / YYImage

Image framework for iOS to display/encode/decode animated WebP, APNG, GIF, and more.
MIT License
1.77k stars 482 forks source link

AssetsLibrary and MobileCoreservices deprecation warnings in Xcode 11.4 #147

Open alex-vasenin opened 4 years ago

alex-vasenin commented 4 years ago

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!

rushairer commented 4 years ago

@alex-vasenin

https://github.com/YYKits/YYImage

Let's restart this project.

ElfSundae commented 4 years ago

You may try my fork: https://github.com/ElfSundae/YYImage/issues/2