Flutter project android studio can't connect to iOS simulator

Flutter project android studio can't connect to iOS simulator

After the Flutter-related environment is set up, it is found that the simulator has started, but android studio cannot find the iOS simulator. At this time, run the following command on the terminal, enter the password, and press Enter to connect.
PS: Note that there is a space after the switch

sudo xcode-select --switch /Users/wangchang/Downloads/Xcode.app/Contents/Developer

Guess you like

Origin blog.csdn.net/ZCC361571217/article/details/107657223