1. 문제 상황

 

VSC에서 

Launching lib/main.dart on iPhone 15 Pro Max in debug mode...
Xcode build done.                                            2.0s
Failed to build iOS app
Uncategorized (Xcode): Unable to find a destination matching the provided destination specifier:
		{ id:21C7E21C-B8EF-434F-9A82-33740CBACBDB }

	Ineligible destinations for the "Runner" scheme:
		{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 17.4 is not installed. To use with Xcode, first download and install the platform }

════════════════════════════════════════════════════════════════════════════════
iOS 17.4 is not installed. To download and install the platform, open
Xcode, select Xcode > Settings > Platforms, and click the GET button for the
required platform.

For more information, please visit:
  https://developer.apple.com/documentation/xcode/installing-additional-simulator-runtimes
════════════════════════════════════════════════════════════════════════════════
Could not build the application for the simulator.
Error launching application on iPhone 15 Pro Max.

Exited (1).

 

 

 

 

 

2. 문제 원인

 

iOS 17.4 버전이 설치되어있지 않아 발생하는 오류입니다.

 

 

 

 

 

3. 해결 방법

 

Xcode 실행 -> 우측 상단 Xcode -> Settings... -> Platforms -> iOS 17.4 Get 진행

 

 

 

 

 

 

4. 해결 완료

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

+ Recent posts