Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在只有一个 android studio 的情况下在 mac 上运行没有 Xcode 的颤振。我应该安装的任何依赖项,因为我现在只安装了flutter,android studio。我安装了 xcode 10,但颤振给出了版本警告,它还说即使我的 iOS 模拟器正在运行,也没有连接设备。
我也无法运行自制软件?
如果没有 xcode,您将无法构建在 iOS 模拟器或设备上运行的 Flutter 应用程序,因为 xcode 是为 iOS 平台构建的。您将能够在您从 Android Studio 中配置和启动的 android 模拟器上运行它,并且无论是否安装了 xcode,它都可以工作。
Homebrew 没有运行看起来像一个单独的问题,可能是一个路径问题。