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
{{ message }}
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.
There's another setting to change on the MacOS resource bundle to make it work with iOS retina graphics.
Note: If you don't change this setting, retina graphics will be combined using the utility tiffutil. This means your retina graphics will be missing and won't work in .xib files or when you try to load them programatically.
There's another setting to change on the MacOS resource bundle to make it work with iOS retina graphics.
Note: If you don't change this setting, retina graphics will be combined using the utility tiffutil. This means your retina graphics will be missing and won't work in .xib files or when you try to load them programatically.
Solution
In the bundle target's "Build Settings" change COMBINE_HIDPI_IMAGES from YES to NO.
The text was updated successfully, but these errors were encountered: