question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

White screen on iOS simulator in debug

See original GitHub issue

Thanks for the feedback! If your issue is related to the Flutter framework itself, please open an issue at github.com/flutter/flutter.

Steps to Reproduce

Please tell us what you were doing and what went wrong I’m running through the getting started exercise: https://flutter.io/get-started/codelab/ I wanted to hot-reload the app (as the exercise says), but in the iOS simulator, I get a white screen.

Version info

I’m using IntelliJ Ultimate 2018.2.4 Flutter plugin 29.0.4

Please paste the output of running flutter doctor -v here (available from the command line or from Tools > Flutter > Flutter Doctor). It will provide the version of the Flutter framework as well as of the IntelliJ plugin.

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel beta, v0.8.2, on Mac OS X 10.13.6 17G65, locale en-GB)
[✓] Android toolchain - develop for Android devices (Android SDK 27.0.3)
[✓] iOS toolchain - develop for iOS devices (Xcode 10.0)
[✓] Android Studio (version 3.1)
    ✗ Flutter plugin not installed; this adds Flutter specific functionality.
    ✗ Dart plugin not installed; this adds Dart specific functionality.
[✓] IntelliJ IDEA Ultimate Edition (version 2018.2.4)
[✓] Connected devices (1 available)

• No issues found!
Process finished with exit code 0

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Reactions:2
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sjayadeepcommented, Oct 29, 2020

I faced the same issue. Try to upgrade flutter to the latest. flutter upgrade

then clean the project. flutter clean

Try running again

0reactions
ahmdmhasncommented, Nov 1, 2022

Thanks @sjayadeepflutter clean did the job

Read more comments on GitHub >

github_iconTop Results From Across the Web

Simulator shows white blank screen | Apple Developer Forums
Simulator shows white blank screen.
Read more >
Simulator and Device shows white screen on Debug Mode
Instead something happens that results in a white screen. This something means either your initial view controller was removed and the view ......
Read more >
Stuck on white screen when debugging iOS #63800 - GitHub
I am building the app in Flutter Stable Version 1.22.4 and running the app in simulator iOS 13.6 and white screen stuck issue...
Read more >
Blank white screen when trying to debug React Native app on ...
Blank white screen when trying to debug React Native app on iOS simulator · 1. Create React Native Run Configuration, Target Platform: iOS...
Read more >
xamarin iOS simulator showing blank screen after updating to ...
Developer Community · Update to latest VS on Windows · Update to XCode 11 on Mac · Load a Xamarin project · Select...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found