我试图使用Android Studio在macOS(桌面版)上运行新项目。
我收到以下错误:
在macOS上以发布模式启动lib / main.dart ...完成 错误:无法获取Xcode项目信息:xcodebuild:错误: 目录 /Users/current.user/Work/Playground/testout/flutter_app2/macos确实 不包含Xcode项目,工作区或包。
如果在终端机flutter run --release -d macOS
中运行,我会遇到同样的问题
在模拟器/设备上运行可以正常工作。
答案 0 :(得分:1)
这听起来并不像您遵循the instructions for running a project other than the FDE example。新创建的Flutter项目不支持在桌面上运行。您需要添加它。
有关create
和run
状态的信息,另请参见flutter.dev/desktop#create。