iOS Build Succeeds, but Displaying Blank Screen Flutter

Viewed 25

I'm working on an App which runs perfectly on the Android platform.. then I got a Mac, setup installation and all.. I tried running the iOS version of the app. It installs on the emulator, starts to load and then displays a blank screen..

Here's my log from Xcode..

2022-09-16 10:04:30.401305-0700 Runner[35230:248996] Metal API Validation Enabled
2022-09-16 10:04:30.516910-0700 Runner[35230:248996] GrMtlCommandBuffer: WARNING: Creating MTLCommandBuffer while in background.
2022-09-16 10:04:30.518412-0700 Runner[35230:248996] GrMtlCommandBuffer: WARNING: Creating MTLCommandBuffer while in background.
2022-09-16 10:04:30.577497-0700 Runner[35230:249203] flutter: The Dart VM service is listening on http://127.0.0.1:61436/iHZJYa2Yv5g=/
2022-09-16 10:05:06.096822-0700 Runner[35230:249183] [boringssl] boringssl_metrics_log_metric_block_invoke(153) Failed to log metrics

And here's what it displays..

enter image description here

0 Answers
Related