You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
alex-vasenin
changed the title
AssetsLibrary and MobileCoreservices deprecation warnings in Xcode 4.11
AssetsLibrary and MobileCoreservices deprecation warnings in Xcode 11.4
Feb 14, 2020
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!
The text was updated successfully, but these errors were encountered: