iOS 14 UIImages not showing

Anyone else seeing odd UIImage behaviors on iOS 14 specifically in production/TestFlight?

When built from XCode (Version 12.0.1) to an iOS 14 device, assets, icons, images are all rendered normally. When uploaded to Testflight though, all of the images in our app are not showing up at all. The same Testflight app on an iOS 13 device shows all images perfectly fine, so it seems specific to iOS 14.

Pretty much any UIImage set programmatically in a UIImageView; local assets (icons), images downloaded, etc, are not showing. They're being set simply through UIImageView.image = UIImage. Even when using something like UIImagePicker, the image preview taken from the camera shows up blank.
(Interestingly, the same local icons that are set through Interface Builder show up fine)

Finding this very difficult to debug, because it's not reproducible through local XCode builds, even on iOS 14 devices. The behavior only shows up in Testflight/production.
Answered by austenesus in 639289022
Found a pod that was altering UIImageView behavior through an extension.
Still not entirely clear why it doesn't affect anything in local Xcode builds though, only in uploaded production/Testflight builds.
Accepted Answer
Found a pod that was altering UIImageView behavior through an extension.
Still not entirely clear why it doesn't affect anything in local Xcode builds though, only in uploaded production/Testflight builds.
I am facing the same behaviour in my app. Could you please write what pod cause this? Is it SDWebImage?
I am also facing same issue. Please help me out How can I resolve this. all icons and image showing blank in the app.
Just change SDWebImage to KingFisher.
hello everyone the issue is still same i am using kingfisher for images but images are not showing please help
iOS 14 UIImages not showing
 
 
Q