But that's not the issue,
I mean to say, why UIImagePickerController view presentation gets stuck when i add arm64 into excluded architecture. Its working fine for previous versions.
Many other developers are facing same issue,
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.
Post
Replies
Boosts
Views
Activity
Thats not the issue,
Why this is happening on iOS 18, when we add arm64 as Excluded architecture my presented view gets affected.
e.g.
when I try to present the UIImagePickerController screen, it gets stuck. I am unable to select an image, and the screen becomes inaccessible. It's happening only on simulator.