-
Notifications
You must be signed in to change notification settings - Fork 28.5k
iOS Simulator shows background red and doesn't render any widget #168149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I tried to reproduce this issue on Mac OS Sequoia
|
Thanks for the report and above update. I am on macOS Sequoia 15.2, but didn't observe the reported behavior: ![]() Maybe this is specific to 15.3 version as, per above findings, on 15.4.1, it doesn't replicate. My machine is also intel, so I think it is the only difference of OS version and not CPU arch of mac machines. Are you by any chance using Open Core Legacy Patcher ? @PINHOf Can you switch to latest master and re-run your scenario to confirm if the behavior still persist or not ? |
Hello @Aryan-Sood @darshankawar Yes, I'm using OpenCore Legacy Patcher. I recently updated macOS to version 15.4.1 and Xcode to 16.3, but the issue still persists. In a few hours, I'll be able to test on another macOS machine that doesn't use OpenCore Legacy Patcher and will share feedback. It's worth noting that the issue doesn't occur when deploying to a real iOS device. |
Hello again @darshankawar, I just confirmed, the issue is due to OpenCore Legacy Patcher. It works great on a different macOS machine that doesn't use OpenCore Legacy Patcher (same macOS, Flutter & Xcode versions). |
Steps to reproduce
When running any Flutter app on an iOS simulator (iPhone 15 or 16, iOS 17 or 18) on macOS Sequoia 15.3 with Flutter 3.29.3, the app displays a red screen. The same code works perfectly on a real iOS device and on macOS builds.
I have also created a demo using Swift / XCode and no issue was detected.
Notes:
Reproduced consistently.
Actual results
The following demo code:
Renders in the simulator:
Logs
https://pastecode.io/s/2g25v5tp
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: