Flutter : Not Connecting to IOS Simulator in Android Studio

前端 未结 5 1308
余生分开走
余生分开走 2020-12-09 19:28

I am following the Flutter Test Drive tutorial on the Flutter Docs. I installed XCode, cocoapods, ran pods setup etc.

However, in Android Studio, when

5条回答
  •  渐次进展
    2020-12-09 19:55

    it happened to me when i have updated my Xcode, use this command to let Flutter recognize your Xcode again. sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer

提交回复
热议问题