I had the same issue in my project when running the app on iOS 17 Device/Simulator.
Reason is "UIGraphicsBeginImageContext" is depreciated with Xcode 15.0 and Later versions.
So, I was find the all "UIGraphicsBeginImageContext" in my App and framework and COMMENTED.
After that, Clean all builds (App and FW) and regenerate both. Finally, reinstall. Hopefully this will fix the issue. It's works for me.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: