[Flutter] Unable to find a destination matching the provided destination specifier

novellus·2024년 9월 21일
0
post-thumbnail

문제 발생

vscode에서 flutter debugging 을 실행했을 때 시뮬레이터가 작동하지 않는다..! debug console 창에서 Unable to find a destination matching the provided destination specifier 라는 로그를 확인할 수 있다.

상황 파악

현재 내 xcode의 설정에서 지원해주는 ios 버전은 15.2까지인데, flutter project에서 요구하는 ios simulator 버전이 17 버전 이상이라 발생한 문제였다.

문제 발생

이것은 재귀

문제 해결 1 - xcode 실행 에러


열고자 하는 flutter 프로젝트의 하위 폴더 중 ios 폴더를 지정해서 열어주면 잘 동작한다!

문제 해결 2 - ios simulator 버전 에러


실행된 xcode 상단에서 최신 ios simulator 버전을 확인한 후 빨간색 박스 부근에 get 버튼을 눌러주면 문제 해결! (get 버튼 스크린샷을 찍지 못했다..)

0개의 댓글