The issue according to Apple is that there is a bug in IOS 15.7. The UIImage can not load bitmaps with depths/precision less than 24bits per pixel. They recommend using PNG files instead.
It was not clear when they plan on fixing this if ever.
I changed all my bitmaps to PNGs and the app worked flawlessly.
Topic:
UI Frameworks
SubTopic:
UIKit
Tags: