iOS 18 Issue: When we add arm64 into Excluded Architecture and try to present screen, Screen will get froze and unable to select images.

I am using Storyboard to present a UIImagePickerController on a view controller (a simple initial view without any navigation or tab bar). Due to a requirement, we need to exclude the arm64 architecture. However, when I try to present the screen, it gets stuck. I am unable to select an image, and the screen becomes inaccessible. It's happening only on simulator.

Does anyone have any solution.

Excluding arm64 means not running on any recent hardware (everything introduced after iOS 7!)

Unless you are trying to ship a Catalyst app that only runs on x86 Macs I think there may be a misunderstanding in your requirements.

iOS 18 Issue: When we add arm64 into Excluded Architecture and try to present screen, Screen will get froze and unable to select images.
 
 
Q