Post

Replies

Boosts

Views

Activity

Reply to Crash When Run app On Xcode15 Simulator
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.
Feb ’24