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!
Having installed
YYImage
with Cocoa Pods produces the following warnings in Xcode 11.4 beta, that are shown despite havinginhibit_all_warnings!
in Podfile: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!