首页 > 解决方案 > IntelliJ IDEA 上的 Flutter main.dart 代码停留在“将文件同步到设备......”

问题描述

我的代码使用 Firestore 数据。我正在使用 IOS 模拟器,它在运行代码时显示带有加载圆圈符号的白屏。我尝试了以下方法:

这是控制台当前所说的:

Launching lib/main.dart on testiphone in debug mode...
Running Xcode build...
Xcode build done.                                           38.1s
Configuring the default Firebase app...
Configured the default Firebase app __FIRAPP_DEFAULT.
Debug service listening on ws://127.0.0.1:55015/FLL78hIxJWU=/ws
Syncing files to device testiphone...

有人可以帮忙找出解决方案吗?在过去的两天里,我一直在尝试自己/通过搜索论坛寻求建议来解决这个问题。

标签: firebaseflutterintellij-idea

解决方案


推荐阅读