简体   繁体   中英

Can I run flutter without xcode on mac?

I want to run flutter without Xcode on mac with just an android studio. Any dependencies I should install cause right now I only have installed flutter, android studio. I installed xcode 10 but flutter gave warning about versions, also it said no device connected even though my iOS simulator was running.

I am unable to run homebrew as well?

Without xcode you will not be able to build a flutter app that runs on an iOS simulator or device as xcode is what builds for the iOS platform. You will be able to run it on an android emulator that you configure and launch from within Android Studio, and that will work regardless of if xcode is installed.

Homebrew not running looks like a seperate issue and probably a path problem.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM