【发布时间】:2020-07-23 10:41:29
【问题描述】:
我正在尝试在模拟器 ( iPhone 8 ) 上运行我的颤振应用程序,但是当应用程序启动时,我得到的只是一个空白的白色屏幕。像这样:
终端输出是:
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 (!)
我用的是flutter1.12.13+hotfix.9的稳定版,这个问题只出现在ios构建上。
我该如何解决这个问题?
【问题讨论】: