Flutter : Not Connecting to IOS Simulator in Android Studio

前端 未结 5 1294
余生分开走
余生分开走 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:41

    As other people have suggested, it happens when you update XCode. So, run the command in terminal suggested by Muhammed

    sudo xcode-select --switch /Applications/Xcode.app/Contents/Developer
    

    Then, you probably have to run flutter clean. For it to run properly.

提交回复
热议问题