0

古いバージョンからFlutter 1.22.0に移行しました。IOS シミュレーターでアプリケーションを実行しようとすると、アプリが開いてクラッシュし、接続が失われたと表示されます。ただし、Android Studio では、まだ実行中であることが示されています。つまり、[実行とデバッグ] ボタンは無効になっていますが、停止ボタンはアクティブになっています。

flutter run --verboseの出力はhereです。

何も起こらなかった後、私が最後に見ている次のログ。

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 シミュレーターを起動するたびに、「Spotlight が予期せず終了しました。」というエラーが表示されます。以下のスクリーンショットを参照してください。この問題に関連するかどうかはわかりません... ここに画像の説明を入力

4

1 に答える 1