Flutter Run 卡在“正在启动”

问题描述 投票:0回答:1

我第一次尝试启动 flutter 应用程序,但无法启动。

我尝试使用“Flutter run”,我希望应用程序能够启动,但最终卡在“在调试模式下在 iPhone 14 Pro Max 上启动 lib/main.dart...”

我运行了 flutter doctor,一切都已准备就绪,没有任何问题。我也尝试创建一个新的应用程序并运行它,但出现了同样的问题。

看到一些需要更多详细信息的反馈后,我添加了以下内容:

  1. 模拟器上出现问题
  2. 控制台/日志中没有消息
  3. Flutter doctor 有 0 个问题
  4. 当我使用 flutter run -v 时,它最终卡在以下
/Users/taruneswar/.pub-cache/hosted/pub.dev/cloud_firestore-3.5.1/
[        ] Found plugin cloud_firestore_web at
/Users/taruneswar/.pub-cache/hosted/pub.dev/cloud_firestore_web-2.8.10/
[        ] Found plugin firebase_core at
/Users/tarun/.pub-cache/hosted/pub.dev/firebase_core-1.24.0/
[        ] Found plugin firebase_core_web at
/Users/tarun/.pub-cache/hosted/pub.dev/firebase_core_web-1.7.3/
[   +8 ms] executing: [/Users/tarun/Documents/Front-end App Development/afg/macos/]
/usr/bin/arch -arm64e xcrun xcodebuild -list -project Runner.xcodeproj
[   +6 ms] <- compile package:afg/main.dart

flutter macos dart
1个回答
0
投票

我的解决方案除了将 Flutter 更新到最新、Flutter clean 例程和 pod clean 之外,

  • 在物理设备上禁用开发者模式
  • 重新启动iPhone
  • 删除已安装的应用程序(需要第 1 步)
  • 在 Flutter 中运行
© www.soinside.com 2019 - 2024. All rights reserved.