Flutter 颤振1.22.0 IOS应用程序连接丢失问题

Flutter 颤振1.22.0 IOS应用程序连接丢失问题,flutter,flutter-ios,Flutter,Flutter Ios,我已经从较旧的版本迁移到了flatter1.22.0。当我试图在IOS模拟器中运行应用程序时,它只是打开应用程序并崩溃,并说连接丢失。但是在Android Studio中,它仍然显示它正在运行,我的意思是运行和调试按钮被禁用,但停止按钮处于活动状态 颤振运行--verbose输出为 下面的日志我看到在结束后,什么也没有发生 Launching lib/main.dart on iPhone 11 Pro in debug mode... Running Xcode build... Xcode

我已经从较旧的版本迁移到了flatter1.22.0。当我试图在IOS模拟器中运行应用程序时,它只是打开应用程序并崩溃,并说连接丢失。但是在Android Studio中,它仍然显示它正在运行,我的意思是运行和调试按钮被禁用,但停止按钮处于活动状态

颤振运行--verbose输出为

下面的日志我看到在结束后,什么也没有发生

Launching lib/main.dart on iPhone 11 Pro in debug mode...
Running Xcode build...
Xcode build done.                                           18.4s
Configuring the default Firebase app...
6.26.0 - [Firebase/Core][I-COR000004] App with name __FIRAPP_DEFAULT does not exist.
6.26.0 - [Firebase/Messaging][I-FCM001000] FIRMessaging Remote Notifications proxy enabled, will swizzle remote notification receiver handlers. If you'd prefer to manually integrate Firebase Messaging, add "FirebaseAppDelegateProxyEnabled" to your Info.plist, and set it to NO. Follow the instructions at:
https://firebase.google.com/docs/cloud-messaging/ios/client#method_swizzling_in_firebase_messaging
to ensure proper integration.
[Firebase/Crashlytics] Version 4.1.1
Configured the default Firebase app __FIRAPP_DEFAULT.
6.26.0 - [Firebase/Analytics][I-ACS023007] Analytics v.60600000 started
6.26.0 - [Firebase/Analytics][I-ACS023008] To enable debug logging set the following application argument: -FIRAnalyticsDebugEnabled 
6.26.0 - [Firebase/Analytics][I-ACS031025] Analytics screen reporting is enabled. Call +[FIRAnalytics setScreenName:setScreenClass:] to set the screen name or override the default screen class name. To disable screen reporting, set the flag FirebaseScreenReportingEnabled to NO (boolean) in the Info.plist
Waiting for iPhone 11 Pro to report its views...
Debug service listening on ws://127.0.0.1:55184/qe2GMcl6YA3=/ws
Syncing files to device iPhone 11 Pro...
Lost connection to device.
每当我启动IOS模拟器时,它都会给我“聚光灯意外退出。”错误。请参见下面的屏幕截图。不确定是否与此问题有关。。。

您仍在使用旧版本的颤振。v1.22.2本周发布。尝试使用
flatterupgrade--force

升级flatter你能分享
flatter run--verbose
结果吗?谢谢,我已经添加了问题中输出的链接。谢谢。我更新到了最新的一个,但它仍然给出相同的错误。