问题由来:
忽悠有一天Android Studio莫名的不显示ios模拟器,之前都是好好的。怎么折腾怎么不行,把我气的。甚至升级了Android Studio。
解决方法:
运行flutter doctor 查看错误信息,发现原因如下:
此时,根据相关错误信息以及提示修复方案进行修复即可。
执行:
sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
sudo xcodebuild -runFirstLaunch
注意 安装更新后要先打开xcode安装,否则也可能造成找不到Xcode路径问题。
网友评论