Development/Flutter (Dart)
[SOLVED] XCode ios build failed : iOS 17.2 is not installed
Tradgineer
2024. 1. 3. 08:23
1. 문제 상황
in debug mode...
lib/main.dart:1
Automatically signing iOS for device deployment using specified development team in Xcode project: GL9VXGW4BS
Xcode build done. 1.7s
Failed to build iOS app
Could not build the precompiled application for the device.
Uncategorized (Xcode): Unable to find a destination matching the provided destination specifier:
{ id:00008110-000A0D310CC2801E }
Ineligible destinations for the "Runner" scheme:
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device, error:iOS 17.2 is not installed. To use with Xcode, first download and install the platform }
════════════════════════════════════════════════════════════════════════════════
iOS 17.2 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
════════════════════════════════════════════════════════════════════════════════
Error launching application on
2. 문제 원인
XCode에 iOS 17.2 버전 설치가 되지 않아 빌드 불가 현상 발생
3. 해결 방법
XCode를 실행하고 iOS 17.2 Built-in될 수 있도록 설치 진행하면 해결됩니다.