Я пытаюсь запустить мое приложение для флаттера на симуляторе (iPhone 8), но когда приложение запускается, все, что я получаю, это пустой белый экран. как это:
![enter image description here](https://i.stack.imgur.com/qDb5M.png)
Вывод на терминал:
Running pod install... 40.0s
Running Xcode build...
├─Assembling Flutter resources... 20.4s
└─Compiling, linking and signing... 57.0s
Xcode build done. 288.8s
path: satisfied (Path is satisfied), interface: en1
Failed to find assets path for "Frameworks/App.framework/flutter_assets"
Configuring the default Firebase app...
path: satisfied (Path is satisfied), interface: en1
path: satisfied (Path is satisfied), interface: en1
Configured the default Firebase app __FIRAPP_DEFAULT.
[VERBOSE-2:engine.cc(127)] Engine run configuration was invalid.
[VERBOSE-2:shell.cc(437)] Could not launch engine with configuration.
https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
to ensure proper integration.
Syncing files to device iPhone 8...
10,195ms (!)
Я использую стабильную версию флаттера 1.12.13+hotfix.9
, и эта проблема появляется только в ios здании.
Как я могу решить эту проблему?