본문 바로가기
Flutter/Flutter FAQ

Flutter 플러터: 안드로이드 스튜디오에서 IOS 시뮬레이터에 연결되지 않음, Flutter : Not Connecting to IOS Simulator in Android Studio

by 베타코드 2023. 10. 3.
반응형

질문


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 I try to run IOS by clicking "Run IOS Simulator," it opens the simulator but fails to connect.

I also tried doing this from the terminal. Opened an IOS emulator and then ran flutter run in the app folder in terminal. I got an error No devices attached.

나는 플러터 문서의 플러터 테스트 드라이브 튜토리얼을 따르고 있습니다. XCode를 설치하고 cocoapods를 설치하고 pods setup 등을 실행했습니다.

그러나 Android Studio에서 "Run IOS Simulator"를 클릭하여 IOS를 실행하려고 할 때 시뮬레이터는 열리지만 연결에 실패합니다.

또한 이를 터미널에서 수행해 보았습니다. 터미널에서 앱 폴더에서 IOS 에뮬레이터를 열고 flutter run을 실행했습니다. "No devices attached"라는 오류가 발생했습니다.


답변


최신 버전의 Xcode가 설치되었는지 확인하세요.

설치 후 다음 명령을 실행해보세요.

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

댓글