我第一次尝试启动 flutter 应用程序,但无法启动。
我尝试使用“Flutter run”,我希望应用程序能够启动,但最终卡在“在调试模式下在 iPhone 14 Pro Max 上启动 lib/main.dart...”
我运行了 flutter doctor,一切都已准备就绪,没有任何问题。我也尝试创建一个新的应用程序并运行它,但出现了同样的问题。
看到一些需要更多详细信息的反馈后,我添加了以下内容:
/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 更新到最新、Flutter clean 例程和 pod clean 之外,