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
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.
Replies
Boosts
Views
Activity
Feb ’24
Reply to When I connect to mlmodel with my swift code it has generate following error
Please help to solve above problem
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’23